Changeset 94685 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Apr 22, 2022 10:16:24 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r94643 r94685 2356 2356 pelmLevel4Child->getAttributeValue("enabled", updateHost.fEnabled); 2357 2357 pelmLevel4Child->getAttributeValue("channel", (uint32_t&)updateHost.enmChannel); 2358 pelmLevel4Child->getAttributeValue("checkFreq uency", updateHost.uCheckFreqSeconds);2358 pelmLevel4Child->getAttributeValue("checkFreqSec", updateHost.uCheckFreqSeconds); 2359 2359 pelmLevel4Child->getAttributeValue("repoUrl", updateHost.strRepoUrl); 2360 2360 pelmLevel4Child->getAttributeValue("proxyMode", (uint32_t&)updateHost.enmProxyMode); … … 2603 2603 pelmUpdateHost->setAttribute("enabled", updateHost.fEnabled); 2604 2604 pelmUpdateHost->setAttribute("channel", (int32_t)updateHost.enmChannel); 2605 pelmUpdateHost->setAttribute("checkFreq uency", updateHost.uCheckFreqSeconds);2605 pelmUpdateHost->setAttribute("checkFreqSec", updateHost.uCheckFreqSeconds); 2606 2606 if (updateHost.strRepoUrl.length()) 2607 2607 pelmUpdateHost->setAttribute("repoUrl", updateHost.strRepoUrl);
Note:
See TracChangeset
for help on using the changeset viewer.