[gnome-games/wip/exalm/libhandy2: 18/21] preferences-window: Drop page child properties



commit 0c64a64a11c573316d742625bfd4577028ec8ddc
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 names, 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 09fb003f..31b4928f 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]