when we become offline, we remove the padlock
This commit is contained in:
parent
4108ef31b8
commit
7acbbd0af3
|
@ -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 = []
|
||||||
|
|
Loading…
Reference in New Issue