typo
This commit is contained in:
parent
a65203ac6e
commit
f8515777db
|
@ -1098,7 +1098,7 @@ class Interface:
|
||||||
self.roster.show_title()
|
self.roster.show_title()
|
||||||
if no_queue: # We didn't have a queue: we change icons
|
if no_queue: # We didn't have a queue: we change icons
|
||||||
self.roster.draw_contact(jid, account)
|
self.roster.draw_contact(jid, account)
|
||||||
if self.systray_capanilities:
|
if self.systray_capabilities:
|
||||||
self.systray.add_jid(jid, account, typ)
|
self.systray.add_jid(jid, account, typ)
|
||||||
|
|
||||||
def redraw_roster_systray(self, account, jid, typ = None):
|
def redraw_roster_systray(self, account, jid, typ = None):
|
||||||
|
|
Loading…
Reference in New Issue