diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_event-handler.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk_event-handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_event-handler.c b/src/fs/gnunet-fs-gtk_event-handler.c index 222a3f66..97592656 100644 --- a/src/fs/gnunet-fs-gtk_event-handler.c +++ b/src/fs/gnunet-fs-gtk_event-handler.c | |||
@@ -2073,7 +2073,7 @@ mark_download_progress (struct DownloadEntry *de, | |||
2073 | else | 2073 | else |
2074 | { | 2074 | { |
2075 | /* full completion, look at the entire file */ | 2075 | /* full completion, look at the entire file */ |
2076 | if ( (GNUNET_NO != de->is_directory) && | 2076 | if ( (GNUNET_YES == de->is_directory) && |
2077 | (filename != NULL) ) | 2077 | (filename != NULL) ) |
2078 | { | 2078 | { |
2079 | struct AddDirectoryEntryContext ade; | 2079 | struct AddDirectoryEntryContext ade; |