Changeset 18116 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 20, 2009 1:20:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r17669 r18116 1282 1282 static const char *kDiscardCurState = "discardCurState"; 1283 1283 1284 bool isACPIEnabled = csession.GetConsole().GetGuestEnteredACPIMode();1285 1286 1284 if (!console) 1287 1285 { … … 1316 1314 /* start with ignore the close event */ 1317 1315 e->ignore(); 1316 1317 bool isACPIEnabled = csession.GetConsole().GetGuestEnteredACPIMode(); 1318 1318 1319 1319 bool success = true;
Note:
See TracChangeset
for help on using the changeset viewer.