[gnome-flashback] notifications: use correct window type for GfBubble
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-flashback] notifications: use correct window type for GfBubble
- Date: Mon, 25 Apr 2016 19:33:45 +0000 (UTC)
commit 04689659874ebafbb8c3031a8e55e1ea6a7f7a74
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Mon Apr 25 22:31:03 2016 +0300
notifications: use correct window type for GfBubble
Regression from 302df76438ad7f7cba75c2fe949daffb9d701155.
https://bugzilla.gnome.org/show_bug.cgi?id=765128
gnome-flashback/libnotifications/gf-bubble.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnome-flashback/libnotifications/gf-bubble.c b/gnome-flashback/libnotifications/gf-bubble.c
index eed0514..282c3ef 100644
--- a/gnome-flashback/libnotifications/gf-bubble.c
+++ b/gnome-flashback/libnotifications/gf-bubble.c
@@ -654,6 +654,7 @@ gf_bubble_new_for_notification (NdNotification *notification)
bubble = g_object_new (GF_TYPE_BUBBLE,
"resizable", FALSE,
"title", _("Notification"),
+ "type", GTK_WINDOW_POPUP,
NULL);
priv = gf_bubble_get_instance_private (bubble);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]