diff options
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.c | 11 |
1 files changed, 0 insertions, 11 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 deleted file mode 100644 index a5cd46a75348..000000000000 --- a/x11-clocks/alarm-clock/files/patch-src__alarm_runner.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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); |