VirtualBox

Changeset 94685 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Apr 22, 2022 10:16:24 AM (3 years ago)
Author:
vboxsync
Message:

Main/Update check: Settings fixes, added @todos. ​​bugref:7983

File:
1 edited

Legend:

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

    r94643 r94685  
    23562356                                pelmLevel4Child->getAttributeValue("enabled", updateHost.fEnabled);
    23572357                                pelmLevel4Child->getAttributeValue("channel", (uint32_t&)updateHost.enmChannel);
    2358                                 pelmLevel4Child->getAttributeValue("checkFrequency", updateHost.uCheckFreqSeconds);
     2358                                pelmLevel4Child->getAttributeValue("checkFreqSec", updateHost.uCheckFreqSeconds);
    23592359                                pelmLevel4Child->getAttributeValue("repoUrl", updateHost.strRepoUrl);
    23602360                                pelmLevel4Child->getAttributeValue("proxyMode", (uint32_t&)updateHost.enmProxyMode);
     
    26032603    pelmUpdateHost->setAttribute("enabled", updateHost.fEnabled);
    26042604    pelmUpdateHost->setAttribute("channel", (int32_t)updateHost.enmChannel);
    2605     pelmUpdateHost->setAttribute("checkFrequency", updateHost.uCheckFreqSeconds);
     2605    pelmUpdateHost->setAttribute("checkFreqSec", updateHost.uCheckFreqSeconds);
    26062606    if (updateHost.strRepoUrl.length())
    26072607        pelmUpdateHost->setAttribute("repoUrl", updateHost.strRepoUrl);
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