This commit is contained in:
Yann Leboulanger 2006-07-18 09:00:01 +00:00
parent a65203ac6e
commit f8515777db
1 changed files with 1 additions and 1 deletions

View File

@ -1098,7 +1098,7 @@ class Interface:
self.roster.show_title()
if no_queue: # We didn't have a queue: we change icons
self.roster.draw_contact(jid, account)
if self.systray_capanilities:
if self.systray_capabilities:
self.systray.add_jid(jid, account, typ)
def redraw_roster_systray(self, account, jid, typ = None):