Adding list stores to layout chooser ui

Eliminating some error messages on output (not critical)
This commit is contained in:
Sergey V. Udaltsov 2011-01-17 22:52:55 +00:00
parent e5eb152ff9
commit 8618e136d8

View file

@ -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>