From 079d54dd90b551a5ca520a244fc93933d13d942d Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 3 Jan 2013 13:01:03 +0100 Subject: notifications: no need to set NOTIFY_EXPIRES_DEFAULT That's the default value. https://bugzilla.gnome.org/show_bug.cgi?id=691043 --- src/empathy-notifications-approver.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/empathy-notifications-approver.c') diff --git a/src/empathy-notifications-approver.c b/src/empathy-notifications-approver.c index b6abd8c6b..aa5b00fba 100644 --- a/src/empathy-notifications-approver.c +++ b/src/empathy-notifications-approver.c @@ -350,9 +350,6 @@ update_notification (EmpathyNotificationsApprover *self) G_CALLBACK (notification_closed_cb), self); } - notify_notification_set_timeout (notification, - NOTIFY_EXPIRES_DEFAULT); - if (has_x_canonical_append) { notify_notification_set_hint (notification, -- cgit v1.2.3