fix clicking on notification-daemon sign-in notification

This commit is contained in:
Brendan Taylor 2008-05-18 21:17:53 +00:00
parent ad5248f3dc
commit 4ddadc68d9
1 changed files with 17 additions and 18 deletions

View File

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