gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18956 - gnunet-gtk/src/fs


From: gnunet
Subject: [GNUnet-SVN] r18956 - gnunet-gtk/src/fs
Date: Tue, 3 Jan 2012 15:31:13 +0100

Author: grothoff
Date: 2012-01-03 15:31:13 +0100 (Tue, 03 Jan 2012)
New Revision: 18956

Modified:
   gnunet-gtk/src/fs/gnunet-fs-gtk-event_handler.c
Log:
-LRN: fix previous commit

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk-event_handler.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk-event_handler.c     2012-01-03 14:30:34 UTC 
(rev 18955)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk-event_handler.c     2012-01-03 14:31:13 UTC 
(rev 18956)
@@ -1271,7 +1271,7 @@
     gtk_tree_model_get (tm, &iter, 9, &sr, -1);
     if ((sr->download != NULL) && (sr->download->is_done == GNUNET_YES))
       GNUNET_FS_download_stop (sr->download->dc, GNUNET_YES);
-    else
+    else if (sr->result == NULL)
       free_search_result (sr);
   }
   while (TRUE == gtk_tree_model_iter_next (tm, &iter));




reply via email to

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