Changeset 30305 in vbox
- Timestamp:
- Jun 18, 2010 11:14:01 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/MachineImpl.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r30304 r30305 4886 4886 /* Save settings if online */ 4887 4887 if (Global::IsOnline(mData->mMachineState)) 4888 saveSettings( );4888 saveSettings(NULL); 4889 4889 4890 4890 return S_OK; … … 4927 4927 /* Save settings if online */ 4928 4928 if (Global::IsOnline(mData->mMachineState)) 4929 saveSettings( );4929 saveSettings(NULL); 4930 4930 4931 4931 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.

