redraw the iter when a contact goes offline so it becomes red without pointing it
This commit is contained in:
parent
bfc024bfca
commit
31be0d373a
|
@ -389,6 +389,7 @@ class plugin:
|
|||
self.roster.to_be_removed[account].append(user1.jid)
|
||||
if user1.jid in self.roster.newly_added[account]:
|
||||
self.roster.newly_added[account].remove(user1.jid)
|
||||
self.roster.redraw_jid(user1.jid, account)
|
||||
if not self.queues[account].has_key(jid):
|
||||
gobject.timeout_add(5000, self.roster.really_remove_user, user1,\
|
||||
account)
|
||||
|
|
Loading…
Reference in New Issue