Changeset 8846
- Timestamp:
- 05/15/08 14:37:24 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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

