aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/empathy-chat-window.c2
-rw-r--r--src/empathy-notifications-approver.c3
2 files changed, 0 insertions, 5 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 63b5c5754..b971daff4 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -1579,8 +1579,6 @@ chat_window_show_or_update_notification (EmpathyChatWindow *self,
if (self->priv->notification == NULL)
self->priv->notification = notification;
- notify_notification_set_timeout (notification, NOTIFY_EXPIRES_DEFAULT);
-
tp_g_signal_connect_object (notification, "closed",
G_CALLBACK (chat_window_notification_closed_cb), self, 0);
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,