[gnome-bluetooth/wip/hadess/sendto-fixes: 1/3] sendto: Show selection dialog
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth/wip/hadess/sendto-fixes: 1/3] sendto: Show selection dialog
- Date: Wed, 23 Feb 2022 13:10:36 +0000 (UTC)
commit 41e29427824ded341473055c02c48eea7edb5908
Author: Jan Tojnar <jtojnar gmail com>
Date: Tue Feb 22 11:18:41 2022 +0100
sendto: Show selection dialog
When running `bluetooth-sendto` without arguments,
no window was shown.
sendto/main.c | 2 ++
1 file changed, 2 insertions(+)
---
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]