[rhel7 1/4] Remove the "other" tab in the network spoke.

David Shea dshea at redhat.com
Mon Dec 1 14:19:54 UTC 2014


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.

(cherry picked from commit 7888b988af64243c158b5a6ec111904b53ded278)

Resolves: rhbz#1155548
---
 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 05f51fe..35855ce 100644
--- a/pyanaconda/ui/gui/spokes/network.glade
+++ b/pyanaconda/ui/gui/spokes/network.glade
@@ -2370,20 +2370,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.9.3



More information about the anaconda-patches mailing list