Update counting of online transports when a transport change status.

This commit is contained in:
Jean-Marie Traissard 2008-08-03 22:21:50 +00:00
parent 6bd991882b
commit 94a43a03fb
1 changed files with 2 additions and 1 deletions

View File

@ -791,8 +791,9 @@ class Interface:
if gajim.jid_is_transport(jid):
# It must be an agent
if ji in jid_list:
# Update existing iter
# Update existing iter and group counting
self.roster.draw_contact(ji, account)
self.roster.draw_group(_('Transports'), account)
if new_show > 1 and ji in \
gajim.transport_avatar[account]:
# transport just signed in.