From 59561d300e19642e4e88ae06371a2130ebf8d8a5 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 12 Dec 2005 09:28:36 +0000 Subject: [PATCH] when we click on sign in/out notification window, open a chat window --- src/notify.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/notify.py b/src/notify.py index 82296ac92..f3ceb47c3 100644 --- a/src/notify.py +++ b/src/notify.py @@ -201,4 +201,6 @@ class DesktopNotification: return self.notif.CloseNotification(dbus.UInt32(id)) self.notif = None + if not self.msg_type: + self.msg_type = 'chat' gajim.interface.handle_event(self.account, self.jid, self.msg_type)