when we click on sign in/out notification window, open a chat window

This commit is contained in:
Yann Leboulanger 2005-12-12 09:28:36 +00:00
parent 2f69f3d8ed
commit 59561d300e
1 changed files with 2 additions and 0 deletions

View File

@ -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)