VirtualBox

Changeset 42179 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jul 17, 2012 12:42:32 PM (13 years ago)
Author:
vboxsync
Message:

Missing changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r42176 r42179  
    12941294                        pelmGlobalChild->getAttributeValue("defaultVRDEExtPack", systemProperties.strDefaultVRDEExtPack);
    12951295                        pelmGlobalChild->getAttributeValue("LogHistoryCount", systemProperties.ulLogHistoryCount);
     1296                        pelmGlobalChild->getAttributeValue("autostartDatabasePath", systemProperties.strAutostartDatabasePath);
    12961297                    }
    12971298                    else if (pelmGlobalChild->nameEquals("ExtraData"))
     
    14041405        pelmSysProps->setAttribute("defaultVRDEExtPack", systemProperties.strDefaultVRDEExtPack);
    14051406    pelmSysProps->setAttribute("LogHistoryCount", systemProperties.ulLogHistoryCount);
     1407    if (systemProperties.strAutostartDatabasePath.length())
     1408        pelmSysProps->setAttribute("autostartDatabasePath", systemProperties.strAutostartDatabasePath);
    14061409
    14071410    buildUSBDeviceFilters(*pelmGlobal->createChild("USBDeviceFilters"),
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette