gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r11830 - gnunet-gtk/src


From: gnunet
Subject: [GNUnet-SVN] r11830 - gnunet-gtk/src
Date: Sun, 20 Jun 2010 14:33:45 +0200

Author: grothoff
Date: 2010-06-20 14:33:45 +0200 (Sun, 20 Jun 2010)
New Revision: 11830

Modified:
   gnunet-gtk/src/fs_event_handler.c
Log:
must stop to avoid crash on exit

Modified: gnunet-gtk/src/fs_event_handler.c
===================================================================
--- gnunet-gtk/src/fs_event_handler.c   2010-06-20 12:23:36 UTC (rev 11829)
+++ gnunet-gtk/src/fs_event_handler.c   2010-06-20 12:33:45 UTC (rev 11830)
@@ -1106,7 +1106,10 @@
       return change_download_colour (info->value.download.cctx,
                                     "blue");
     case GNUNET_FS_STATUS_DOWNLOAD_LOST_PARENT: 
-      GNUNET_break (0); 
+      /* FIXME: keep entry (especially if download is not 
+        done!?) ? */
+      stop_download (info->value.download.cctx, 
+                    GNUNET_YES);
       break;
     case GNUNET_FS_STATUS_SEARCH_START: 
       if (info->value.search.pctx != NULL)




reply via email to

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