Changeset 8846 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 15, 2008 12:37:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r8814 r8846 1233 1233 e->ignore(); 1234 1234 1235 /* Disable auto closure because we want to have a chance to show the1236 * error dialog on save state / power off failure. */1237 no_auto_close = true;1238 1239 1235 bool success = true; 1240 1236 … … 1289 1285 if (dlg.exec() == QDialog::Accepted) 1290 1286 { 1287 /* Disable auto closure because we want to have a chance to show the 1288 * error dialog on save state / power off failure. */ 1289 no_auto_close = true; 1290 1291 1291 CConsole cconsole = console->console(); 1292 1292
Note:
See TracChangeset
for help on using the changeset viewer.