Skip to content
Snippets Groups Projects
Commit 269cc48f authored by nkour's avatar nkour
Browse files

prevent a TB described in #1446

parent 7c4b24f2
No related branches found
No related tags found
No related merge requests found
......@@ -263,6 +263,8 @@ class SystrayWin32(systray.Systray):
self.on_left_click()
def add_jid(self, jid, account, typ):
if self.systray_winapi.notify_icon is None:
return
systray.Systray.add_jid(self, jid, account, typ)
nb = gajim.interface.roster.nb_unread
......
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