VirtualBox

Changeset 10885 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jul 25, 2008 11:22:33 AM (16 years ago)
Author:
vboxsync
Message:

Fe/Qt4: Fixed bug: discarding snapshot on closing vm if no snapshot is available.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp

    r10884 r10885  
    13551355
    13561356                        /* discard the current state if requested */
    1357                         if (dlg.mCbDiscardCurState->isChecked())
     1357                        if (dlg.mCbDiscardCurState->isChecked() &&
     1358                            dlg.mCbDiscardCurState->isVisibleTo (&dlg))
    13581359                        {
    13591360                            CProgress progress = cconsole.DiscardCurrentState();
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