[Libreoffice-commits] core.git: cui/uiconfig

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Sep 21 07:51:23 UTC 2018


 cui/uiconfig/ui/charnamepage.ui |   15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

New commits:
commit c6afaeecb8f38228bd5b053f387c24b871a0f7bf
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Sep 20 21:27:39 2018 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Sep 21 09:50:57 2018 +0200

    missing text renderer for non-editable language selector
    
    Change-Id: I0c82b6006ca778439c5c4559d0c7c23ff94fffc4
    Reviewed-on: https://gerrit.libreoffice.org/60844
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

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>


More information about the Libreoffice-commits mailing list