Fix TB #1398
This commit is contained in:
parent
7ea9c3eac4
commit
b940e12aee
1 changed files with 1 additions and 1 deletions
|
@ -1161,7 +1161,7 @@ class ChatControl(ChatControlBase):
|
||||||
# Clean up systray
|
# Clean up systray
|
||||||
if gajim.interface.systray_enabled and self.nb_unread > 0:
|
if gajim.interface.systray_enabled and self.nb_unread > 0:
|
||||||
gajim.interface.systray.remove_jid(self.contact.jid, self.account,
|
gajim.interface.systray.remove_jid(self.contact.jid, self.account,
|
||||||
self.type)
|
self.type_id)
|
||||||
|
|
||||||
def allow_shutdown(self):
|
def allow_shutdown(self):
|
||||||
jid = self.contact.jid
|
jid = self.contact.jid
|
||||||
|
|
Loading…
Add table
Reference in a new issue