Changeset 52682 in vbox
- Timestamp:
- Sep 10, 2014 4:43:11 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96009
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r52497 r52682 4916 4916 4917 4917 bool fNeedsGlobalSaveSettings = false; 4918 i_saveSettings(&fNeedsGlobalSaveSettings); 4918 // This saving of settings is tricky: there is no "old state" for the 4919 // extradata items at all (unlike all other settings), so the old/new 4920 // settings comparison would give a wrong result! 4921 i_saveSettings(&fNeedsGlobalSaveSettings, SaveS_Force); 4919 4922 4920 4923 if (fNeedsGlobalSaveSettings) -
trunk/src/VBox/Main/xml/Settings.cpp
r52312 r52682 2215 2215 && (storageMachine == c.storageMachine) // this one's deep 2216 2216 && (mediaRegistry == c.mediaRegistry) // this one's deep 2217 && (mapExtraDataItems == c.mapExtraDataItems) // this one's deep2217 // skip mapExtraDataItems! there is no old state available as it's always forced 2218 2218 && (llFirstSnapshot == c.llFirstSnapshot) // this one's deep 2219 2219 )
Note:
See TracChangeset
for help on using the changeset viewer.