- Timestamp:
- Oct 15, 2018 5:57:21 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp
r74744 r74852 300 300 } 301 301 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 }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 // } 308 308 } 309 309
Note:
See TracChangeset
for help on using the changeset viewer.