- Timestamp:
- Apr 28, 2022 5:22:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r94727 r94739 2360 2360 pelmLevel4Child->getAttributeValue("repoUrl", updateHost.strRepoUrl); 2361 2361 pelmLevel4Child->getAttributeValue("proxyMode", (uint32_t&)updateHost.enmProxyMode); 2362 pelmLevel4Child->getAttributeValue("proxyUrl", (uint32_t&)updateHost.enmProxyMode);2362 pelmLevel4Child->getAttributeValue("proxyUrl", updateHost.strProxyUrl); 2363 2363 pelmLevel4Child->getAttributeValue("lastCheckDate", updateHost.strLastCheckDate); 2364 2364 pelmLevel4Child->getAttributeValue("checkCount", updateHost.uCheckCount);
Note:
See TracChangeset
for help on using the changeset viewer.