remove unneeded line
This commit is contained in:
parent
1a0c39555d
commit
a2e8692f80
|
@ -830,7 +830,6 @@ class Roster_window:
|
|||
luser_copy.append(user)
|
||||
for user in luser_copy:
|
||||
self.chg_user_status(user, 'offline', 'Disconnected', account)
|
||||
# gajim.connections[account].connected = statuss.index(status)
|
||||
self.update_status_comboxbox()
|
||||
|
||||
def new_chat(self, user, account):
|
||||
|
|
Loading…
Reference in New Issue