Changeset 46696 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jun 20, 2013 9:53:33 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r46626 r46696 373 373 /* Warn the user about GURU meditation: */ 374 374 if (msgCenter().remindAboutGuruMeditation(QDir::toNativeSeparators(strLogFolder))) 375 powerOff( session().GetMachine().GetSnapshotCount() > 0);375 powerOff(false /* do NOT restore current snapshot */); 376 376 break; 377 377 }
Note:
See TracChangeset
for help on using the changeset viewer.