fixed bug #2067
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24938 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0cc82d47d4
commit
9c6ab2ae36
@ -222,7 +222,7 @@ KeymapWindow::AddMaps(BView *placeholderView)
|
||||
FillUserMaps();
|
||||
|
||||
// try and find the current map name in the two list views (if the name was read at all)
|
||||
if (SelectCurrentMap(fSystemListView))
|
||||
if (!SelectCurrentMap(fSystemListView))
|
||||
if (!SelectCurrentMap(fUserListView))
|
||||
fUserListView->Select(0L);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user