gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r18550 - gnunet-gtk/src/fs
Date: Sun, 11 Dec 2011 12:03:26 +0100

Author: grothoff
Date: 2011-12-11 12:03:26 +0100 (Sun, 11 Dec 2011)
New Revision: 18550

Modified:
   gnunet-gtk/src/fs/gnunet-fs-gtk-event_handler.c
Log:
-LRN: remove assertion that always fails under normal operation

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk-event_handler.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk-event_handler.c     2011-12-11 11:02:37 UTC 
(rev 18549)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk-event_handler.c     2011-12-11 11:03:26 UTC 
(rev 18550)
@@ -170,7 +170,8 @@
     {
       gtk_tree_model_get (tm, &iter,
                           9, &search_result, -1);
-      GNUNET_assert (search_result->download == de);
+      /*Always fails on downloads started by Download URI*/
+      /*GNUNET_assert (search_result->download == de);*/
       search_result->download = NULL;
       if (NULL == search_result->result) 
        (void) gtk_tree_store_remove (GTK_TREE_STORE (tm), &iter);




reply via email to

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