#3211: Entries on choice list for SourceRef confidence level are not displayed
svn: r13247
This commit is contained in:
parent
b7607c4f79
commit
16759a08a0
@ -147,6 +147,13 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkComboBox" id="confidence">
|
<object class="GtkComboBox" id="confidence">
|
||||||
<property name="visible">True</property>
|
<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>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="left_attach">1</property>
|
<property name="left_attach">1</property>
|
||||||
@ -536,4 +543,10 @@
|
|||||||
<action-widget response="-5">ok</action-widget>
|
<action-widget response="-5">ok</action-widget>
|
||||||
</action-widgets>
|
</action-widgets>
|
||||||
</object>
|
</object>
|
||||||
|
<object class="GtkListStore" id="confidence_model">
|
||||||
|
<columns>
|
||||||
|
<!-- column-name gchararray1 -->
|
||||||
|
<column type="gchararray"/>
|
||||||
|
</columns>
|
||||||
|
</object>
|
||||||
</interface>
|
</interface>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user