[fowles] fix a bug in bookmarks window. fixes #3311

This commit is contained in:
Yann Leboulanger 2007-07-21 19:09:47 +00:00
parent fb3eeb4a40
commit 0df9082809
1 changed files with 1 additions and 1 deletions

View File

@ -2883,7 +2883,7 @@ class ManageBookmarksWindow:
self.pass_entry.set_text(password)
else:
self.pass_entry.set_text('')
nick = model[iter][5]
nick = model[iter][6]
if nick:
nick = nick.decode('utf-8')
self.nick_entry.set_text(nick)