From b4ee12d2e49dae6fda8f1e9666b2cc8306cbe8be Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 19 Feb 2014 19:01:33 +0100 Subject: timer-applet: Fix applet icon --- timerapplet/timerapplet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timerapplet') diff --git a/timerapplet/timerapplet.c b/timerapplet/timerapplet.c index 197079e6..05857f74 100644 --- a/timerapplet/timerapplet.c +++ b/timerapplet/timerapplet.c @@ -143,7 +143,7 @@ timer_callback (TimerApplet *applet) if (g_settings_get_boolean (applet->settings, SHOW_NOTIFICATION_KEY)) { NotifyNotification *n; - n = notify_notification_new (name, _("Timer finished!"), "time"); + n = notify_notification_new (name, _("Timer finished!"), APPLET_ICON); notify_notification_set_timeout (n, 30000); notify_notification_show (n, NULL); g_object_unref (G_OBJECT (n)); -- cgit v1.2.1