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()