[gnome-games/wip/exalm/pref-sidebar: 6/6] preferences-window: Drop page child properties



commit b203562b55c369d326acc21e7d6b081629d47903
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Tue Sep 25 13:08:07 2018 +0500

    preferences-window: Drop page child properties
    
    Since pages have their own titles, and GtkStackSidebar isn't used anymore,
    stack children titles are now completely unused, and names weren't used
    before either, so drop them.

 data/ui/preferences-window.ui | 12 ------------
 1 file changed, 12 deletions(-)
---
diff --git a/data/ui/preferences-window.ui b/data/ui/preferences-window.ui
index 2db709ae..5f7aa5c8 100644
--- a/data/ui/preferences-window.ui
+++ b/data/ui/preferences-window.ui
@@ -87,28 +87,16 @@
                   <object class="GamesPreferencesPageVideo" id="video_page">
                     <property name="visible">True</property>
                   </object>
-                  <packing>
-                    <property name="name">video</property>
-                    <property name="title" translatable="yes">Video</property>
-                  </packing>
                 </child>
                 <child>
                   <object class="GamesPreferencesPageControllers" id="controllers_page">
                     <property name="visible">True</property>
                   </object>
-                  <packing>
-                    <property name="name">controllers</property>
-                    <property name="title" translatable="yes">Controllers</property>
-                  </packing>
                 </child>
                 <child>
                   <object class="GamesPreferencesPagePlugins" id="plugins_page">
                     <property name="visible">True</property>
                   </object>
-                  <packing>
-                    <property name="name">plugins</property>
-                    <property name="title" translatable="yes">Extensions</property>
-                  </packing>
                 </child>
               </object>
             </child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]