redraw the iter when a contact goes offline so it becomes red without pointing it

This commit is contained in:
Yann Leboulanger 2005-04-11 19:40:32 +00:00
parent bfc024bfca
commit 31be0d373a
1 changed files with 1 additions and 0 deletions

View File

@ -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)