Revert back Mount menu item. One should be able to mount disk devices that contain raw filesystems.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32311 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
801535c8ed
commit
ce98f98948
@ -541,8 +541,7 @@ MainWindow::_UpdateMenus(BDiskDevice* disk,
|
||||
fDeleteMI->SetEnabled(!partition->IsMounted()
|
||||
&& !partition->IsDevice());
|
||||
|
||||
fMountMI->SetEnabled(!partition->IsMounted()
|
||||
&& !partition->IsDevice());
|
||||
fMountMI->SetEnabled(!partition->IsMounted());
|
||||
|
||||
bool unMountable = false;
|
||||
if (partition->IsMounted()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user