summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sendto/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sendto/main.c b/sendto/main.c
index a9e43e97..42f2c749 100644
--- a/sendto/main.c
+++ b/sendto/main.c
@@ -699,6 +699,8 @@ show_select_dialog(void)
g_signal_connect(dialog, "response", G_CALLBACK(select_dialog_response_callback), NULL);
+ gtk_widget_show(dialog);
+
select_dialog_mainloop = g_main_loop_new(NULL, FALSE);
g_main_loop_run(select_dialog_mainloop);