Changeset 10885 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 25, 2008 11:22:33 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp
r10884 r10885 1355 1355 1356 1356 /* discard the current state if requested */ 1357 if (dlg.mCbDiscardCurState->isChecked()) 1357 if (dlg.mCbDiscardCurState->isChecked() && 1358 dlg.mCbDiscardCurState->isVisibleTo (&dlg)) 1358 1359 { 1359 1360 CProgress progress = cconsole.DiscardCurrentState();
Note:
See TracChangeset
for help on using the changeset viewer.