Changeset 33238 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Oct 19, 2010 3:41:23 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66787
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r33201 r33238 1228 1228 { 1229 1229 pelmGlobalChild->getAttributeValue("defaultMachineFolder", systemProperties.strDefaultMachineFolder); 1230 if (!pelmGlobalChild->getAttributeValue("defaultHardDiskFolder", systemProperties.strDefaultHardDiskFolder))1231 // pre-1.4 used @defaultVDIFolder instead1232 pelmGlobalChild->getAttributeValue("defaultVDIFolder", systemProperties.strDefaultHardDiskFolder);1233 1230 pelmGlobalChild->getAttributeValue("defaultHardDiskFormat", systemProperties.strDefaultHardDiskFormat); 1234 1231 pelmGlobalChild->getAttributeValue("remoteDisplayAuthLibrary", systemProperties.strRemoteDisplayAuthLibrary); … … 1336 1333 if (systemProperties.strDefaultMachineFolder.length()) 1337 1334 pelmSysProps->setAttribute("defaultMachineFolder", systemProperties.strDefaultMachineFolder); 1338 if (systemProperties.strDefaultHardDiskFolder.length())1339 pelmSysProps->setAttribute("defaultHardDiskFolder", systemProperties.strDefaultHardDiskFolder);1340 1335 if (systemProperties.strDefaultHardDiskFormat.length()) 1341 1336 pelmSysProps->setAttribute("defaultHardDiskFormat", systemProperties.strDefaultHardDiskFormat);
Note:
See TracChangeset
for help on using the changeset viewer.