[gnome-control-center] Adding list stores to layout chooser ui



commit 8618e136d8c081280d7d7e986fa1b7918559ccb0
Author: Sergey V. Udaltsov <svu gnome org>
Date:   Mon Jan 17 22:52:55 2011 +0000

    Adding list stores to layout chooser ui
    
    Eliminating some error messages on output (not critical)

 panels/region/gnome-region-panel-layout-chooser.ui |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/panels/region/gnome-region-panel-layout-chooser.ui b/panels/region/gnome-region-panel-layout-chooser.ui
index 2de4c9b..1516364 100644
--- a/panels/region/gnome-region-panel-layout-chooser.ui
+++ b/panels/region/gnome-region-panel-layout-chooser.ui
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <interface>
   <requires lib="gtk+" version="2.16"/>
   <!-- interface-naming-policy toplevel-contextual -->
@@ -12,13 +12,11 @@
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox3">
         <property name="visible">True</property>
-        <property name="orientation">vertical</property>
         <property name="spacing">2</property>
         <child>
           <object class="GtkVBox" id="vbox40">
             <property name="visible">True</property>
             <property name="border_width">5</property>
-            <property name="orientation">vertical</property>
             <property name="spacing">6</property>
             <child>
               <object class="GtkNotebook" id="choosers_nb">
@@ -41,6 +39,7 @@
                         <child>
                           <object class="GtkComboBox" id="xkb_country_variants_available">
                             <property name="visible">True</property>
+                            <property name="model">countryVariants</property>
                           </object>
                           <packing>
                             <property name="left_attach">1</property>
@@ -54,6 +53,7 @@
                         <child>
                           <object class="GtkComboBox" id="xkb_countries_available">
                             <property name="visible">True</property>
+                            <property name="model">countries</property>
                           </object>
                           <packing>
                             <property name="left_attach">1</property>
@@ -121,6 +121,7 @@
                         <child>
                           <object class="GtkComboBox" id="xkb_language_variants_available">
                             <property name="visible">True</property>
+                            <property name="model">languageVariants</property>
                           </object>
                           <packing>
                             <property name="left_attach">1</property>
@@ -134,6 +135,7 @@
                         <child>
                           <object class="GtkComboBox" id="xkb_languages_available">
                             <property name="visible">True</property>
+                            <property name="model">languages</property>
                           </object>
                           <packing>
                             <property name="left_attach">1</property>
@@ -198,7 +200,6 @@
             <child>
               <object class="GtkVBox" id="vboxPreview">
                 <property name="visible">True</property>
-                <property name="orientation">vertical</property>
                 <property name="spacing">6</property>
                 <child>
                   <object class="GtkHBox" id="hbox1">
@@ -311,4 +312,8 @@
       <action-widget response="-5">btnOk1</action-widget>
     </action-widgets>
   </object>
+  <object class="GtkListStore" id="countries"/>
+  <object class="GtkListStore" id="countryVariants"/>
+  <object class="GtkListStore" id="languages"/>
+  <object class="GtkListStore" id="languageVariants"/>
 </interface>



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