set contact status to '' when we go offline

This commit is contained in:
Yann Leboulanger 2006-02-01 20:12:37 +00:00
parent 4ce9c8997a
commit 912bda3074
1 changed files with 1 additions and 2 deletions

View File

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