Remove accidentally introduced tabs

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12844 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2013-06-02 23:53:10 +00:00
parent d052ff36d1
commit 95c099137b

View File

@@ -379,7 +379,7 @@ void AddonsScreen::setLastSelected()
{
GUIEngine::ListWidget* list =
getWidget<GUIEngine::ListWidget>("list_addons");
list->setFocusForPlayer(PLAYER_ID_GAME_MASTER);
list->setFocusForPlayer(PLAYER_ID_GAME_MASTER);
list->setSelectionID(m_selected_index);
}
} // setLastSelected