we can be free for chat
This commit is contained in:
parent
7275e06657
commit
583591e18e
|
@ -91,7 +91,7 @@ class Roster_window:
|
|||
model = self.tree.get_model()
|
||||
if self.get_account_iter(account):
|
||||
return
|
||||
statuss = ['offline', 'connecting', 'online',
|
||||
statuss = ['offline', 'connecting', 'online', 'chat'
|
||||
'away', 'xa', 'dnd', 'invisible']
|
||||
status = statuss[gajim.connections[account].connected]
|
||||
model.append(None, (self.jabber_state_images[status], account,
|
||||
|
|
Loading…
Reference in New Issue