Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsSystem.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsSystem.cpp	(revision 19849)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsSystem.cpp	(revision 19850)
@@ -526,6 +526,9 @@
 
     /* Update the layout system */
-    mLtBootOrder->activate();
-    mLtBootOrder->update();
+    if (mTabMotherboard->layout())
+    {
+        mTabMotherboard->layout()->activate();
+        mTabMotherboard->layout()->update();
+    }
 }
 
Index: /trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsSystem.ui
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsSystem.ui	(revision 19849)
+++ /trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsSystem.ui	(revision 19850)
@@ -209,7 +209,4 @@
             <bool>true</bool>
            </property>
-           <property name="headerHidden" >
-            <bool>true</bool>
-           </property>
            <column>
             <property name="text" >
