From 7acbbd0af320a78325f0c6677a99ce8a6756fc22 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 22 Jul 2005 20:16:10 +0000 Subject: [PATCH] when we become offline, we remove the padlock --- src/roster_window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/roster_window.py b/src/roster_window.py index 6dccf6834..bbf4834f2 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -1305,6 +1305,7 @@ _('If "%s" accepts this request you will know his status.') %jid).get_response() if accountIter: model.set_value(accountIter, 0, self.jabber_state_images[status]) if status == 'offline': + model[accountIter][6] = None for jid in gajim.contacts[account]: luser = gajim.contacts[account][jid] luser_copy = []