summaryrefslogtreecommitdiff
path: root/community/goobox/fix-notifications.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-16 00:01:18 +0000
committerroot <root@rshg054.dnsready.net>2012-04-16 00:01:18 +0000
commitea3d877b99c32e3a9e00ab220440d4518430e5bc (patch)
tree8cf0d286f935fd9e00eb3854d971c165c749d7bf /community/goobox/fix-notifications.patch
parentf06b9295f0e60a0faa0d3231a0d0b3f2358d8459 (diff)
Mon Apr 16 00:01:18 UTC 2012
Diffstat (limited to 'community/goobox/fix-notifications.patch')
-rw-r--r--community/goobox/fix-notifications.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/community/goobox/fix-notifications.patch b/community/goobox/fix-notifications.patch
new file mode 100644
index 000000000..6ca9c65cb
--- /dev/null
+++ b/community/goobox/fix-notifications.patch
@@ -0,0 +1,25 @@
+diff -Naur goobox-3.0.1.orig/src/main.c goobox-3.0.1/src/main.c
+--- goobox-3.0.1.orig/src/main.c 2011-08-22 19:55:45.000000000 +0200
++++ goobox-3.0.1/src/main.c 2012-04-15 02:59:34.476683867 +0200
+@@ -729,15 +729,15 @@
+ window,
+ NULL);
+
+- notify_notification_set_hint_byte (notification,
+- "action-icons",
+- TRUE);
++ notify_notification_set_hint (notification,
++ "action-icons",
++ g_variant_new_boolean (TRUE));
+ }
+
+ if (notification_supports_persistence)
+- notify_notification_set_hint_byte (notification,
+- "resident" /* "transient" */,
+- TRUE);
++ notify_notification_set_hint (notification,
++ "resident" /* "transient" */,
++ g_variant_new_boolean (TRUE));
+
+ notify_notification_show (notification, NULL);
+