diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk-download.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk-download.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk-download.c b/src/fs/gnunet-fs-gtk-download.c index d9451e1c..1a7ff302 100644 --- a/src/fs/gnunet-fs-gtk-download.c +++ b/src/fs/gnunet-fs-gtk-download.c | |||
@@ -203,7 +203,7 @@ GNUNET_FS_GTK_open_download_as_dialog (struct DownloadContext *dc) | |||
203 | dlc->response = 0; | 203 | dlc->response = 0; |
204 | dlc->dc = dc; | 204 | dlc->dc = dc; |
205 | g_object_set_data (G_OBJECT (ad), "dialog-context", dlc); | 205 | g_object_set_data (G_OBJECT (ad), "dialog-context", dlc); |
206 | gtk_widget_show_all (ad); | 206 | gtk_window_present (GTK_WINDOW (ad)); |
207 | } | 207 | } |
208 | 208 | ||
209 | /* end of gnunet-fs-gtk-download.c */ | 209 | /* end of gnunet-fs-gtk-download.c */ |