diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_event-handler.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk_event-handler.c | 1 |
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 6d4cac5e..09d8b0c5 100644 --- a/src/fs/gnunet-fs-gtk_event-handler.c +++ b/src/fs/gnunet-fs-gtk_event-handler.c | |||
@@ -2225,6 +2225,7 @@ setup_download (struct DownloadEntry *de, struct DownloadEntry *pde, | |||
2225 | } | 2225 | } |
2226 | while (gtk_tree_model_iter_next (tm, &child)); | 2226 | while (gtk_tree_model_iter_next (tm, &child)); |
2227 | GNUNET_break (NULL != de->sr); | 2227 | GNUNET_break (NULL != de->sr); |
2228 | de->sr->download = de; | ||
2228 | } | 2229 | } |
2229 | gtk_tree_path_free (path); | 2230 | gtk_tree_path_free (path); |
2230 | } | 2231 | } |