commit | cfd73ef8f9f5865543884605de6be0d1ca6ba8f6 | [log] [tgz] |
---|---|---|
author | Dees_Troy <dees_troy@teamw.in> | Fri Oct 12 16:52:00 2012 -0400 |
committer | Dees_Troy <dees_troy@teamw.in> | Fri Oct 12 16:52:00 2012 -0400 |
tree | 33dc847fbff22c9fb4d47716a7a1c7e0666288b7 | |
parent | c154ac27a2725920cce7cfd3ca68962df0686438 [diff] |
Unmount main partitions after USB storage disable
diff --git a/partitionmanager.cpp b/partitionmanager.cpp index 101f6f4..2e90ecc 100644 --- a/partitionmanager.cpp +++ b/partitionmanager.cpp
@@ -1694,6 +1694,7 @@ } Mount_All_Storage(); Update_System_Details(); + UnMount_Main_Partitions(); return true; }