VirtualBox

Changeset 14919 in vbox for trunk/src


Ignore:
Timestamp:
Dec 2, 2008 3:53:56 PM (16 years ago)
Author:
vboxsync
Message:

Fe/Qt4: Systray: Don't show inaccessible media dialog when being a tray icon.

File:
1 edited

Legend:

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

    r14911 r14919  
    15101510    /* we warn about inaccessible media only once (after media emumeration
    15111511     * started from main() at startup), to avoid annoying the user */
    1512     if (mDoneInaccessibleWarningOnce)
     1512    if (   mDoneInaccessibleWarningOnce
     1513#ifdef VBOX_GUI_WITH_SYSTRAY
     1514        || vboxGlobal().isTrayMenu()
     1515#endif
     1516       )
    15131517        return;
    15141518
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