when we click on sign in/out notification window, open a chat window
This commit is contained in:
parent
2f69f3d8ed
commit
59561d300e
|
@ -201,4 +201,6 @@ class DesktopNotification:
|
||||||
return
|
return
|
||||||
self.notif.CloseNotification(dbus.UInt32(id))
|
self.notif.CloseNotification(dbus.UInt32(id))
|
||||||
self.notif = None
|
self.notif = None
|
||||||
|
if not self.msg_type:
|
||||||
|
self.msg_type = 'chat'
|
||||||
gajim.interface.handle_event(self.account, self.jid, self.msg_type)
|
gajim.interface.handle_event(self.account, self.jid, self.msg_type)
|
||||||
|
|
Loading…
Reference in New Issue