fix clicking notification when someone logs in

This commit is contained in:
Brendan Taylor 2008-07-14 23:21:08 +00:00
parent 9d98117f21
commit d541b42236

View file

@ -2135,6 +2135,7 @@ class Interface:
elif type_ in ('printed_chat', 'chat', ''):
# '' is for log in/out notifications
if type_ != '':
event = gajim.events.get_first_event(account, fjid, type_)
if not event:
event = gajim.events.get_first_event(account, jid, type_)