[gnome-control-center] common: Use header bar in the language chooser dialog



commit ff36ee5f6bbc69d6b85a056d1279a6f8b19024aa
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Mon Mar 24 09:22:04 2014 +0200

    common: Use header bar in the language chooser dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724299

 panels/common/language-chooser.ui |   17 +----------------
 1 files changed, 1 insertions(+), 16 deletions(-)
---
diff --git a/panels/common/language-chooser.ui b/panels/common/language-chooser.ui
index 55c2c9f..6c5d769 100644
--- a/panels/common/language-chooser.ui
+++ b/panels/common/language-chooser.ui
@@ -6,6 +6,7 @@
     <property name="modal">True</property>
     <property name="destroy_with_parent">True</property>
     <property name="resizable">False</property>
+    <property name="use_header_bar">1</property>
     <child internal-child="vbox">
       <object class="GtkBox" id="language-vbox">
         <property name="visible">True</property>
@@ -47,23 +48,7 @@
             <property name="margin-bottom">6</property>
           </object>
         </child>
-        <child internal-child="action_area">
-          <object class="GtkButtonBox" id="language-action-area">
-            <property name="visible">True</property>
-            <property name="orientation">horizontal</property>
-            <child>
-              <object class="GtkButton" id="ok-button">
-                <property name="visible">True</property>
-                <property name="label" translatable="yes">_Done</property>
-                <property name="use_underline" >True</property>
-              </object>
-            </child>
-          </object>
-        </child>
       </object>
     </child>
-    <action-widgets>
-      <action-widget response="-5">ok-button</action-widget>
-    </action-widgets>
   </object>
 </interface>


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