[PATCH 2/3] Remove the "other" tab in the network spoke.

David Shea dshea at redhat.com
Fri Oct 11 19:53:30 UTC 2013


The only tabs we actually use are "wired", "wireless" and "nodevice",
and having a tab with no content makes gtk complain with that
"overriding tab label for notebook" warning because it's not real sure
whether the widget is supposed to be the tab widget or not.
---
 pyanaconda/ui/gui/spokes/network.glade | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/network.glade b/pyanaconda/ui/gui/spokes/network.glade
index 5701e68..f0a945d 100644
--- a/pyanaconda/ui/gui/spokes/network.glade
+++ b/pyanaconda/ui/gui/spokes/network.glade
@@ -2362,20 +2362,6 @@ updates available for you.</property>
                                     <property name="tab_fill">False</property>
                                   </packing>
                                 </child>
-                                <child>
-                                  <placeholder/>
-                                </child>
-                                <child type="tab">
-                                  <object class="GtkLabel" id="label37">
-                                    <property name="visible">True</property>
-                                    <property name="can_focus">False</property>
-                                    <property name="label">other</property>
-                                  </object>
-                                  <packing>
-                                    <property name="position">6</property>
-                                    <property name="tab_fill">False</property>
-                                  </packing>
-                                </child>
                               </object>
                               <packing>
                                 <property name="expand">True</property>
-- 
1.8.3.1



More information about the anaconda-patches mailing list