- Timestamp:
- Dec 2, 2008 3:53:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp
r14911 r14919 1510 1510 /* we warn about inaccessible media only once (after media emumeration 1511 1511 * 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 ) 1513 1517 return; 1514 1518
Note:
See TracChangeset
for help on using the changeset viewer.