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