VirtualBox

Changeset 6336 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 11, 2008 11:10:48 AM (17 years ago)
Author:
vboxsync
Message:

Main: Fixed: The current state modified flag was accidentially inverted when saving to the xml file so that upon startup all VM states were always marked as not modified.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r6276 r6336  
    57985798            /* defaults to true */
    57995799            machineNode.setValueOr <bool> ("currentStateModified",
    5800                                            !mData->mCurrentStateModified, true);
     5800                                           !!mData->mCurrentStateModified, true);
    58015801        }
    58025802
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