- Timestamp:
- Oct 15, 2018 6:47:06 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp
r74852 r74854 277 277 void UIVirtualBoxManager::sltHandleMediumEnumerationFinish() 278 278 { 279 #if 0 // ohh, come on! 279 280 /* To avoid annoying the user, we check for inaccessible media just once, after 280 281 * the first media emumeration [started from main() at startup] is complete. */ … … 300 301 } 301 302 302 // /* Warn the user about inaccessible medium, propose to open MM window/tool: */ 303 // if (fIsThereAnyInaccessibleMedium && msgCenter().warnAboutInaccessibleMedia()) 304 // { 305 // /* Open the MM window: */ 306 // sltOpenVirtualMediumManagerWindow(); 307 // } 303 /* Warn the user about inaccessible medium, propose to open MM window/tool: */ 304 if (fIsThereAnyInaccessibleMedium && msgCenter().warnAboutInaccessibleMedia()) 305 { 306 /* Open the MM window: */ 307 sltOpenVirtualMediumManagerWindow(); 308 } 309 #endif 308 310 } 309 311
Note:
See TracChangeset
for help on using the changeset viewer.