scan drives again once initialize is done

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24650 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2008-03-29 13:01:43 +00:00
parent efb7e1703e
commit dce81a0945

View File

@ -774,5 +774,7 @@ MainWindow::_Initialize(BDiskDevice* disk, partition_id selectedPartition,
_DisplayPartitionError("Failed to initialize the partition "
"%s!\n", partition, ret);
}
_ScanDrives();
}