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