diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_download-save-as.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk_download-save-as.c | 2 |
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 | ||