diff options
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/charnamepage.ui | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/charnamepage.ui b/cui/uiconfig/ui/charnamepage.ui index 55ac94e0f44a..2f68c6a3db6a 100644 --- a/cui/uiconfig/ui/charnamepage.ui +++ b/cui/uiconfig/ui/charnamepage.ui @@ -811,10 +811,15 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">liststore6</property> - <property name="has_entry">False</property> <property name="entry_text_column">0</property> <property name="id_column">1</property> <child> + <object class="GtkCellRendererText" id="cellrenderertext9"/> + <attributes> + <attribute name="text">0</attribute> + </attributes> + </child> + <child> <object class="GtkCellRendererPixbuf" id="cellrenderertext6"/> <attributes> <attribute name="pixbuf">2</attribute> @@ -1016,7 +1021,13 @@ <property name="entry_text_column">0</property> <property name="id_column">1</property> <child> - <object class="GtkCellRendererPixbuf" id="cellrenderertext7"/> + <object class="GtkCellRendererText" id="cellrenderertext7"/> + <attributes> + <attribute name="text">0</attribute> + </attributes> + </child> + <child> + <object class="GtkCellRendererPixbuf" id="cellrenderertext11"/> <attributes> <attribute name="pixbuf">2</attribute> </attributes> |