Set partition list view to single-select.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31976 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström 2009-07-30 15:43:25 +00:00
parent 81bbdfe999
commit 56938474d1

View File

@ -225,6 +225,7 @@ MainWindow::MainWindow(BRect frame)
AddChild(fListView);
// configure PartitionListView
fListView->SetSelectionMode(B_SINGLE_SELECTION_LIST);
fListView->SetSelectionMessage(new BMessage(MSG_PARTITION_ROW_SELECTED));
fListView->SetTarget(this);