VirtualBox

Ignore:
Timestamp:
Mar 23, 2010 12:09:03 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59176
Message:

FE/Qt4: New running VM core: little cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.cpp

    r27611 r27624  
    309309                            if (dlg.mCbDiscardCurState->isChecked() && dlg.mCbDiscardCurState->isVisibleTo(&dlg))
    310310                            {
    311                                 success = false;
    312311                                CSnapshot snapshot = machine.GetCurrentSnapshot();
    313312                                CProgress progress = console.RestoreSnapshot(snapshot);
     
    320319                                    if (progress.GetResultCode() != 0)
    321320                                        vboxProblem().cannotRestoreSnapshot(progress, snapshot.GetName());
    322                                     else
    323                                         success = true;
    324321                                }
    325322                            }
     
    348345                            (lastAction += ",") += strDiscardCurState;
    349346                        machine.SetExtraData(VBoxDefs::GUI_LastCloseAction, lastAction);
    350                         AssertWrapperOk(machine);
    351347                    }
    352348                }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette