VirtualBox

Ignore:
Timestamp:
Mar 20, 2009 1:20:45 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: only test if the guest entered the ACPI state if this information is really required

File:
1 edited

Legend:

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

    r17669 r18116  
    12821282    static const char *kDiscardCurState = "discardCurState";
    12831283
    1284     bool isACPIEnabled = csession.GetConsole().GetGuestEnteredACPIMode();
    1285 
    12861284    if (!console)
    12871285    {
     
    13161314        /* start with ignore the close event */
    13171315        e->ignore();
     1316
     1317        bool isACPIEnabled = csession.GetConsole().GetGuestEnteredACPIMode();
    13181318
    13191319        bool success = true;
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