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 4c3535b9..bfd39d87 100644
--- a/src/fs/gnunet-fs-gtk_event-handler.c
+++ b/src/fs/gnunet-fs-gtk_event-handler.c
@@ -2195,6 +2195,7 @@ static void
2195stop_download (struct DownloadEntry *de) 2195stop_download (struct DownloadEntry *de)
2196{ 2196{
2197 change_download_color (de, "white"); 2197 change_download_color (de, "white");
2198 change_download_status_icon (de, NULL);
2198 de->dc = NULL; 2199 de->dc = NULL;
2199 GNUNET_FS_GTK_free_download_entry (de); 2200 GNUNET_FS_GTK_free_download_entry (de);
2200} 2201}