VirtualBox

Changeset 14693

Show
Ignore:
Timestamp:
11/27/08 11:12:14 (1 month ago)
Author:
vboxsync
Message:

Fe/Qt4: Systray: Do not quit when other selectors or console windows are still open.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp

    r14692 r14693  
    12051205    { 
    12061206        hide(); 
     1207        if (vboxGlobal().machinesAlive() == 0) 
     1208        { 
     1209            emit closing(); 
     1210            QMainWindow::closeEvent (aEvent); 
     1211        } 
     1212        else aEvent->ignore(); 
    12071213    } 
    12081214    else 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy