decode string from GTK. Fixes #1593

This commit is contained in:
Yann Leboulanger 2006-02-19 23:23:48 +00:00
parent eb10d38708
commit 54a2891ea7
1 changed files with 1 additions and 1 deletions

View File

@ -1491,7 +1491,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid)
win.set_active_tab(jid, account)
win.window.present()
elif type == 'account':
account = model[iter][C_ACCOUNT]
account = model[iter][C_ACCOUNT].decode('utf-8')
if account != 'all':
show = gajim.connections[account].connected
if show > 1: # We are connected