VirtualBox

Changeset 8846

Show
Ignore:
Timestamp:
05/15/08 14:37:24 (3 months ago)
Author:
vboxsync
Message:

FE/Qt: no_auto_close=true was set to early. This prevented an external shutown of the vm if the close vm dialog was open.

Files:

Legend:

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

    r8814 r8846  
    12331233        e->ignore(); 
    12341234 
    1235         /* Disable auto closure because we want to have a chance to show the 
    1236          * error dialog on save state / power off failure. */ 
    1237         no_auto_close = true; 
    1238  
    12391235        bool success = true; 
    12401236 
     
    12891285            if (dlg.exec() == QDialog::Accepted) 
    12901286            { 
     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 
    12911291                CConsole cconsole = console->console(); 
    12921292 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy