Skip to content
Snippets Groups Projects
Commit 59561d30 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

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

parent 2f69f3d8
No related branches found
No related tags found
No related merge requests found
......@@ -201,4 +201,6 @@ def on_action_invoked(self, id, reason):
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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment