remove unneeded line

This commit is contained in:
Yann Leboulanger 2005-04-18 18:42:51 +00:00
parent 1a0c39555d
commit a2e8692f80
1 changed files with 0 additions and 1 deletions

View File

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