[bijiben] windowBase: set modal to fix dialogs
- From: Pierre-Yves Luyten <pyluyten src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben] windowBase: set modal to fix dialogs
- Date: Thu, 9 May 2013 20:56:36 +0000 (UTC)
commit 7785d48890d98db9a42b61fa8c5255a9267a1790
Author: Pierre-Yves Luyten <py luyten fr>
Date: Thu May 9 22:55:06 2013 +0200
windowBase: set modal to fix dialogs
See bug 699776
src/bjb-window-base.c | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/src/bjb-window-base.c b/src/bjb-window-base.c
index a98ec37..4955357 100644
--- a/src/bjb-window-base.c
+++ b/src/bjb-window-base.c
@@ -188,10 +188,11 @@ bjb_window_base_new(void)
BjbWindowBasePriv *priv;
GdRevealer *revealer;
- retval = g_object_new(BJB_TYPE_WINDOW_BASE,
- "application", g_application_get_default(),
- "hide-titlebar-when-maximized", TRUE,
- NULL);
+ retval = g_object_new (BJB_TYPE_WINDOW_BASE,
+ "application", g_application_get_default(),
+ "hide-titlebar-when-maximized", TRUE,
+ "modal", TRUE,
+ NULL);
/* Rather dirty to finish UI there */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]