aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/alarm-clock/files/patch-src__alarm_runner.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-clocks/alarm-clock/files/patch-src__alarm_runner.c')
-rw-r--r--x11-clocks/alarm-clock/files/patch-src__alarm_runner.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-clocks/alarm-clock/files/patch-src__alarm_runner.c b/x11-clocks/alarm-clock/files/patch-src__alarm_runner.c
new file mode 100644
index 000000000000..a5cd46a75348
--- /dev/null
+++ b/x11-clocks/alarm-clock/files/patch-src__alarm_runner.c
@@ -0,0 +1,11 @@
+--- src/alarm_runner.c.orig 2011-08-12 17:00:32.000000000 +0200
++++ src/alarm_runner.c 2011-08-12 17:01:09.000000000 +0200
+@@ -210,7 +210,7 @@ show_popup(gchar *name)
+ text = g_key_file_get_string(loaded_alarms, name, "PassivePopupText", NULL);
+
+ if (notify != NULL) notify_notification_close(notify, NULL);
+- notify = notify_notification_new_with_status_icon(title, text, NULL, status_icon);
++ notify = notify_notification_new(title, text, NULL);
+
+ notify_notification_set_urgency(notify, type);
+ notify_notification_set_timeout(notify, timeout * 1000);