From 912bda307422e141d41a77ae753f20a0677be05e Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 1 Feb 2006 20:12:37 +0000 Subject: [PATCH] set contact status to '' when we go offline --- src/roster_window.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/roster_window.py b/src/roster_window.py index 1be733c25..de6b92067 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -1766,8 +1766,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid) for contact in lcontact: lcontact_copy.append(contact) for contact in lcontact_copy: - self.chg_contact_status(contact, 'offline', 'Disconnected', - account) + self.chg_contact_status(contact, 'offline', '', account) self.update_status_combobox() self.make_menu()