gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r19686 - gnunet-gtk/src/fs
Date: Sat, 4 Feb 2012 21:03:37 +0100

Author: grothoff
Date: 2012-02-04 21:03:37 +0100 (Sat, 04 Feb 2012)
New Revision: 19686

Modified:
   gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c
Log:
-fix assertion failure

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c     2012-02-04 20:02:24 UTC 
(rev 19685)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c     2012-02-04 20:03:37 UTC 
(rev 19686)
@@ -1555,6 +1555,7 @@
 stop_download (struct DownloadEntry *de)
 {
   change_download_color (de, "white");
+  de->dc = NULL;
   GNUNET_FS_GTK_free_download_entry (de);
 }
 




reply via email to

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