fix clicking on notification-daemon sign-in notification
This commit is contained in:
parent
ad5248f3dc
commit
4ddadc68d9
|
@ -563,8 +563,7 @@ 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)
|
||||
|
||||
def version_reply_handler(self, name, vendor, version, spec_version = None):
|
||||
|
|
Loading…
Reference in New Issue