gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r6800 - GNUnet/src/applications/fs/fsui


From: gnunet
Subject: [GNUnet-SVN] r6800 - GNUnet/src/applications/fs/fsui
Date: Sun, 11 May 2008 16:33:53 -0600 (MDT)

Author: grothoff
Date: 2008-05-11 16:33:29 -0600 (Sun, 11 May 2008)
New Revision: 6800

Modified:
   GNUnet/src/applications/fs/fsui/download.c
Log:
fix

Modified: GNUnet/src/applications/fs/fsui/download.c
===================================================================
--- GNUnet/src/applications/fs/fsui/download.c  2008-05-11 05:17:27 UTC (rev 
6799)
+++ GNUnet/src/applications/fs/fsui/download.c  2008-05-11 22:33:29 UTC (rev 
6800)
@@ -506,7 +506,8 @@
       ret = GNUNET_YES;
     }
   /* Trigger any recursive sub-downloads */
-  if ( (list->state == GNUNET_FSUI_COMPLETED) &&
+  if ( ( (list->state == GNUNET_FSUI_COMPLETED) ||
+        (list->state == GNUNET_FSUI_COMPLETED_JOINED) ) &&
        (list->is_directory == GNUNET_YES) )
     {
       /* in case there is no sub-download, still





reply via email to

[Prev in Thread] Current Thread [Next in Thread]