set contact status to '' when we go offline
This commit is contained in:
parent
4ce9c8997a
commit
912bda3074
|
@ -1766,8 +1766,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid)
|
||||||
for contact in lcontact:
|
for contact in lcontact:
|
||||||
lcontact_copy.append(contact)
|
lcontact_copy.append(contact)
|
||||||
for contact in lcontact_copy:
|
for contact in lcontact_copy:
|
||||||
self.chg_contact_status(contact, 'offline', 'Disconnected',
|
self.chg_contact_status(contact, 'offline', '', account)
|
||||||
account)
|
|
||||||
self.update_status_combobox()
|
self.update_status_combobox()
|
||||||
self.make_menu()
|
self.make_menu()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue