summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-main-window.c')
-rw-r--r--src/trg-main-window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trg-main-window.c b/src/trg-main-window.c
index 561dd59..dbac9a4 100644
--- a/src/trg-main-window.c
+++ b/src/trg-main-window.c
@@ -527,6 +527,7 @@ gint trg_add_from_filename(TrgMainWindow * win, gchar ** uris)
filesList);
gtk_widget_show_all(GTK_WIDGET(dialog));
+ gtk_window_present(GTK_WINDOW(dialog));
} else {
trg_upload *upload = g_new0(trg_upload, 1);