summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-20 21:27:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-21 09:50:57 +0200
commitc6afaeecb8f38228bd5b053f387c24b871a0f7bf (patch)
treed9c8cd4245e2582957ec8469137ed3b7bd3270ff /cui
parent18bda2df4c378b19b6afcd9f3da6accb9f74a663 (diff)
missing text renderer for non-editable language selector
Change-Id: I0c82b6006ca778439c5c4559d0c7c23ff94fffc4 Reviewed-on: https://gerrit.libreoffice.org/60844 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/uiconfig/ui/charnamepage.ui15
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>