[gnome-bluetooth/wip/hadess/sendto-fixes: 5/7] sendto: Show selection dialog
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth/wip/hadess/sendto-fixes: 5/7] sendto: Show selection dialog
- Date: Wed, 23 Feb 2022 15:21:59 +0000 (UTC)
commit 52e0d04e7127ea57ebd95ae17d06fed70ca91f08
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]