Index: /trunk/src/VBox/Frontends/VirtualBox/src/selector/VBoxSelectorWnd.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/selector/VBoxSelectorWnd.cpp	(revision 35234)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/selector/VBoxSelectorWnd.cpp	(revision 35235)
@@ -726,4 +726,7 @@
     AssertMsgReturn(!m.isNull(), ("Machine must not be null"), (void) 0);
 
+    /* Don't show the inaccessible warning if the user open the vm settings. */
+    mDoneInaccessibleWarningOnce = true;
+
     UISettingsDialog *dlg = new UIVMSettingsDlg(this, m, strCategory, strControl);
     dlg->getFrom();
