#3211: Entries on choice list for SourceRef confidence level are not displayed

svn: r13247
This commit is contained in:
Jérôme Rapinat 2009-09-25 17:53:47 +00:00
parent b7607c4f79
commit 16759a08a0

View File

@ -147,6 +147,13 @@
<child>
<object class="GtkComboBox" id="confidence">
<property name="visible">True</property>
<property name="model">confidence_model</property>
<child>
<object class="GtkCellRendererText" id="cellrenderertext1"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
</child>
</object>
<packing>
<property name="left_attach">1</property>
@ -536,4 +543,10 @@
<action-widget response="-5">ok</action-widget>
</action-widgets>
</object>
<object class="GtkListStore" id="confidence_model">
<columns>
<!-- column-name gchararray1 -->
<column type="gchararray"/>
</columns>
</object>
</interface>