VirtualBox

Changeset 16942 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 19, 2009 10:50:42 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43095
Message:

FE/Qt4: Hide status bar messages when the popup menus are closed.

File:
1 edited

Legend:

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

    r16867 r16942  
    659659     * is constructed of dynamic items only) */
    660660    connect (mDevicesMountFloppyMenu, SIGNAL (aboutToHide()),
    661              this, SLOT (clearStatusBar()));
     661             statusBar(), SLOT (clearMessage()));
    662662    connect (mDevicesMountDVDMenu, SIGNAL (aboutToHide()),
    663              this, SLOT (clearStatusBar()));
     663             statusBar(), SLOT (clearMessage()));
    664664    connect (mDevicesNetworkMenu, SIGNAL (aboutToHide()),
    665              this, SLOT (clearStatusBar()));
     665             statusBar(), SLOT (clearMessage()));
    666666
    667667    connect (fd_light, SIGNAL (contextMenuRequested (QIStateIndicator *, QContextMenuEvent *)),
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette