aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_download-save-as.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-02 17:56:03 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-02 17:56:03 +0000
commitadc307636ba3ee27b0ffde8cc21d7b09601ec672 (patch)
tree11eac106a08659cbbfc5e922f169827783907762 /src/fs/gnunet-fs-gtk_download-save-as.c
parenta84f12987f2ab515b93b9928b751b438d058f326 (diff)
downloadgnunet-gtk-adc307636ba3ee27b0ffde8cc21d7b09601ec672.tar.gz
gnunet-gtk-adc307636ba3ee27b0ffde8cc21d7b09601ec672.zip
-misc fixes
Diffstat (limited to 'src/fs/gnunet-fs-gtk_download-save-as.c')
-rw-r--r--src/fs/gnunet-fs-gtk_download-save-as.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fs/gnunet-fs-gtk_download-save-as.c b/src/fs/gnunet-fs-gtk_download-save-as.c
index 46f381a1..170f1bc9 100644
--- a/src/fs/gnunet-fs-gtk_download-save-as.c
+++ b/src/fs/gnunet-fs-gtk_download-save-as.c
@@ -145,8 +145,6 @@ GNUNET_GTK_save_as_dialog_response_cb (GtkDialog * dialog,
145 call the handler manually */ 145 call the handler manually */
146 GNUNET_GTK_save_as_dialog_delete_event_cb (GTK_WIDGET (dialog), NULL, 146 GNUNET_GTK_save_as_dialog_delete_event_cb (GTK_WIDGET (dialog), NULL,
147 user_data); 147 user_data);
148 /* FIXME-BUG-MAYBE: isn't the dialog going to be destroyed with the builder?
149 Is this legal and/or required? */
150 gtk_widget_destroy (GTK_WIDGET (dialog)); 148 gtk_widget_destroy (GTK_WIDGET (dialog));
151} 149}
152 150