Small fix to characterlist

This commit is contained in:
Henrique Santiago 2012-09-03 03:14:33 -03:00
parent d429e385bb
commit e3cbc59cc8
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ function CharacterList.create(characters, account, otui)
connect(widget, { onDoubleClick = function () CharacterList.doLogin() return true end } ) connect(widget, { onDoubleClick = function () CharacterList.doLogin() return true end } )
if i == 1 or g_settings.get('lastUsedCharacter') == characterName then if i == 1 or g_settings.get('lastUsedCharacter') == widget.characterName then
focusLabel = widget focusLabel = widget
end end
end end