[evolution/wip/webkit2] Bug 757246 - Stop playing sound for each reminder



commit b709890fd0116a9aecd411ca34eb3189297a08fb
Author: Milan Crha <mcrha redhat com>
Date:   Fri Oct 30 07:35:34 2015 +0100

    Bug 757246 - Stop playing sound for each reminder

 calendar/alarm-notify/alarm-queue.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/calendar/alarm-notify/alarm-queue.c b/calendar/alarm-notify/alarm-queue.c
index 5f5a418..dbb18ec 100644
--- a/calendar/alarm-notify/alarm-queue.c
+++ b/calendar/alarm-notify/alarm-queue.c
@@ -1916,10 +1916,6 @@ popup_notification (time_t trigger,
                qa->notify, "desktop-entry",
                g_variant_new_string (PACKAGE));
 
-       notify_notification_set_hint (
-               qa->notify, "sound-name",
-               g_variant_new_string ("alarm-clock-elapsed"));
-
        notify_notification_add_action (
                qa->notify, "open-appointments", _("Appointments"),
                notify_open_appointments_cb, NULL, NULL);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]