Changeset 52682 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Sep 10, 2014 4:43:11 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 96009
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.