fix #666 [cool number]

This commit is contained in:
Nikos Kouremenos 2005-08-11 17:15:10 +00:00
parent d4b6c263f3
commit 72f93e7f22
1 changed files with 2 additions and 1 deletions

View File

@ -1144,7 +1144,8 @@ class Chat:
if text.find(self.nicks[jid]) == -1:
return
self.nb_unread[jid] += 1
if self.plugin.systray_enabled:
if self.plugin.systray_enabled and not gajim.config.get('autopopup'):
# if we 'pop it up' when we receive * [n] is enough
self.plugin.systray.add_jid(jid, self.account)
self.redraw_tab(jid)
self.show_title()