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



commit 9f74068b1e7516e2ebf55169d0ca92d597d68002
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 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]