DriveSetup: Also mount BDiskDevices which contain a file system.

Signed-off-by: Adrien Destugues <[email protected]>

GCI2014, Fixes #6783.

* The "Mount All" Tracker menu only mounted partitions, not disks filled
directly with a filesystem.
This commit is contained in:
Puck Meerburg
2014-12-10 08:06:05 +01:00
committed by Adrien Destugues
parent 2311bdf24f
commit b0a48e3844
+3
View File
@@ -150,6 +150,9 @@ public:
virtual bool Visit(BDiskDevice* device)
{
if (device->ContainsFileSystem())
device->Mount();
return false; // Don't stop yet!
}