aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-01-03 20:01:03 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-01-03 20:08:05 +0800
commit079d54dd90b551a5ca520a244fc93933d13d942d (patch)
treeb04a14629325316d2af4894a577a5dde1b82dd38 /src/empathy-chat-window.c
parent8d0eb500144999ede2897bb0dd3248b0aa3399ec (diff)
downloadgsoc2013-empathy-079d54dd90b551a5ca520a244fc93933d13d942d.tar
gsoc2013-empathy-079d54dd90b551a5ca520a244fc93933d13d942d.tar.gz
gsoc2013-empathy-079d54dd90b551a5ca520a244fc93933d13d942d.tar.bz2
gsoc2013-empathy-079d54dd90b551a5ca520a244fc93933d13d942d.tar.lz
gsoc2013-empathy-079d54dd90b551a5ca520a244fc93933d13d942d.tar.xz
gsoc2013-empathy-079d54dd90b551a5ca520a244fc93933d13d942d.tar.zst
gsoc2013-empathy-079d54dd90b551a5ca520a244fc93933d13d942d.zip
notifications: no need to set NOTIFY_EXPIRES_DEFAULT
That's the default value. https://bugzilla.gnome.org/show_bug.cgi?id=691043
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r--src/empathy-chat-window.c2
1 files changed, 0 insertions, 2 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);