Skip to content

Commit

Permalink
Do not skip explicitly selected symbolic links
Browse files Browse the repository at this point in the history
  • Loading branch information
konsolebox committed Aug 5, 2016
1 parent b5e3c5d commit 59f5f05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/document.c
Original file line number Diff line number Diff line change
Expand Up @@ -1589,9 +1589,6 @@ void document_open_files_recursively(const GSList *filenames, gboolean readonly,
{
filename = item->data;

if (g_file_test(filename, G_FILE_TEST_IS_SYMLINK))
continue;

if (g_file_test(filename, G_FILE_TEST_IS_DIR))
{
file = g_file_new_for_path(filename);
Expand Down

0 comments on commit 59f5f05

Please sign in to comment.