aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_event-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_event-handler.c')
-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