diff options
author | Christian Grothoff <christian@grothoff.org> | 2005-08-22 03:28:47 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2005-08-22 03:28:47 +0000 |
commit | dd580a77d5e8f30cb6047390950a22d2dd6b4c2f (patch) | |
tree | 91ae863e25e8323f0a92350b369a5b448c80fce8 | |
parent | 1c8f7937612f37bc7454b335468515df63cc9289 (diff) | |
download | gnunet-gtk-dd580a77d5e8f30cb6047390950a22d2dd6b4c2f.tar.gz gnunet-gtk-dd580a77d5e8f30cb6047390950a22d2dd6b4c2f.zip |
fix
-rw-r--r-- | src/plugins/fs/download.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/fs/download.c b/src/plugins/fs/download.c index ed2de800..f7d4f356 100644 --- a/src/plugins/fs/download.c +++ b/src/plugins/fs/download.c | |||
@@ -438,10 +438,10 @@ static void abortDownloadCallback(GtkTreeModel * model, | |||
438 | DOWNLOAD_URI, &cls.u, | 438 | DOWNLOAD_URI, &cls.u, |
439 | DOWNLOAD_FILENAME, &cls.fn, | 439 | DOWNLOAD_FILENAME, &cls.fn, |
440 | -1); | 440 | -1); |
441 | gtk_tree_store_remove(summary, | ||
442 | iter); | ||
443 | run_with_save_calls(&shutdownCode, | 441 | run_with_save_calls(&shutdownCode, |
444 | &cls); | 442 | &cls); |
443 | gtk_tree_store_remove(summary, | ||
444 | iter); | ||
445 | if (cls.u != NULL) | 445 | if (cls.u != NULL) |
446 | ECRS_freeUri(cls.u); | 446 | ECRS_freeUri(cls.u); |
447 | } | 447 | } |