when we become offline, we remove the padlock

This commit is contained in:
Yann Leboulanger 2005-07-22 20:16:10 +00:00
parent 4108ef31b8
commit 7acbbd0af3
1 changed files with 1 additions and 0 deletions

View File

@ -1305,6 +1305,7 @@ _('If "%s" accepts this request you will know his status.') %jid).get_response()
if accountIter: if accountIter:
model.set_value(accountIter, 0, self.jabber_state_images[status]) model.set_value(accountIter, 0, self.jabber_state_images[status])
if status == 'offline': if status == 'offline':
model[accountIter][6] = None
for jid in gajim.contacts[account]: for jid in gajim.contacts[account]:
luser = gajim.contacts[account][jid] luser = gajim.contacts[account][jid]
luser_copy = [] luser_copy = []