diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk-event_handler.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk-event_handler.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk-event_handler.c b/src/fs/gnunet-fs-gtk-event_handler.c index 487fbf75..7520c48d 100644 --- a/src/fs/gnunet-fs-gtk-event_handler.c +++ b/src/fs/gnunet-fs-gtk-event_handler.c | |||
@@ -170,7 +170,8 @@ stop_download (struct DownloadEntry *de, int is_suspend) | |||
170 | { | 170 | { |
171 | gtk_tree_model_get (tm, &iter, | 171 | gtk_tree_model_get (tm, &iter, |
172 | 9, &search_result, -1); | 172 | 9, &search_result, -1); |
173 | GNUNET_assert (search_result->download == de); | 173 | /*Always fails on downloads started by Download URI*/ |
174 | /*GNUNET_assert (search_result->download == de);*/ | ||
174 | search_result->download = NULL; | 175 | search_result->download = NULL; |
175 | if (NULL == search_result->result) | 176 | if (NULL == search_result->result) |
176 | (void) gtk_tree_store_remove (GTK_TREE_STORE (tm), &iter); | 177 | (void) gtk_tree_store_remove (GTK_TREE_STORE (tm), &iter); |