decode string from GTK. Fixes #1593
This commit is contained in:
parent
eb10d38708
commit
54a2891ea7
1 changed files with 1 additions and 1 deletions
|
@ -1491,7 +1491,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid)
|
||||||
win.set_active_tab(jid, account)
|
win.set_active_tab(jid, account)
|
||||||
win.window.present()
|
win.window.present()
|
||||||
elif type == 'account':
|
elif type == 'account':
|
||||||
account = model[iter][C_ACCOUNT]
|
account = model[iter][C_ACCOUNT].decode('utf-8')
|
||||||
if account != 'all':
|
if account != 'all':
|
||||||
show = gajim.connections[account].connected
|
show = gajim.connections[account].connected
|
||||||
if show > 1: # We are connected
|
if show > 1: # We are connected
|
||||||
|
|
Loading…
Add table
Reference in a new issue