Index: /trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp	(revision 74853)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp	(revision 74854)
@@ -277,4 +277,5 @@
 void UIVirtualBoxManager::sltHandleMediumEnumerationFinish()
 {
+#if 0 // ohh, come on!
     /* To avoid annoying the user, we check for inaccessible media just once, after
      * the first media emumeration [started from main() at startup] is complete. */
@@ -300,10 +301,11 @@
     }
 
-//    /* Warn the user about inaccessible medium, propose to open MM window/tool: */
-//    if (fIsThereAnyInaccessibleMedium && msgCenter().warnAboutInaccessibleMedia())
-//    {
-//        /* Open the MM window: */
-//        sltOpenVirtualMediumManagerWindow();
-//    }
+    /* Warn the user about inaccessible medium, propose to open MM window/tool: */
+    if (fIsThereAnyInaccessibleMedium && msgCenter().warnAboutInaccessibleMedia())
+    {
+        /* Open the MM window: */
+        sltOpenVirtualMediumManagerWindow();
+    }
+#endif
 }
 
