aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-04 20:03:37 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-04 20:03:37 +0000
commit71d91170ac47edf02a2a97776b63286b77a630af (patch)
treea38d4dfc3ba883116958db210dee0f74da395fc3
parenteb95032801d66810ab8f363405cb5bdac382952e (diff)
downloadgnunet-gtk-71d91170ac47edf02a2a97776b63286b77a630af.tar.gz
gnunet-gtk-71d91170ac47edf02a2a97776b63286b77a630af.zip
-fix assertion failure
-rw-r--r--src/fs/gnunet-fs-gtk_event-handler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/gnunet-fs-gtk_event-handler.c b/src/fs/gnunet-fs-gtk_event-handler.c
index caa25d32..43ff0844 100644
--- a/src/fs/gnunet-fs-gtk_event-handler.c
+++ b/src/fs/gnunet-fs-gtk_event-handler.c
@@ -1555,6 +1555,7 @@ static void
1555stop_download (struct DownloadEntry *de) 1555stop_download (struct DownloadEntry *de)
1556{ 1556{
1557 change_download_color (de, "white"); 1557 change_download_color (de, "white");
1558 de->dc = NULL;
1558 GNUNET_FS_GTK_free_download_entry (de); 1559 GNUNET_FS_GTK_free_download_entry (de);
1559} 1560}
1560 1561