Changeset 42179 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 17, 2012 12:42:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r42176 r42179 1294 1294 pelmGlobalChild->getAttributeValue("defaultVRDEExtPack", systemProperties.strDefaultVRDEExtPack); 1295 1295 pelmGlobalChild->getAttributeValue("LogHistoryCount", systemProperties.ulLogHistoryCount); 1296 pelmGlobalChild->getAttributeValue("autostartDatabasePath", systemProperties.strAutostartDatabasePath); 1296 1297 } 1297 1298 else if (pelmGlobalChild->nameEquals("ExtraData")) … … 1404 1405 pelmSysProps->setAttribute("defaultVRDEExtPack", systemProperties.strDefaultVRDEExtPack); 1405 1406 pelmSysProps->setAttribute("LogHistoryCount", systemProperties.ulLogHistoryCount); 1407 if (systemProperties.strAutostartDatabasePath.length()) 1408 pelmSysProps->setAttribute("autostartDatabasePath", systemProperties.strAutostartDatabasePath); 1406 1409 1407 1410 buildUSBDeviceFilters(*pelmGlobal->createChild("USBDeviceFilters"),
Note:
See TracChangeset
for help on using the changeset viewer.