[Libreoffice-commits] core.git: cui/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Sep 18 09:59:57 UTC 2019
cui/uiconfig/ui/optchartcolorspage.ui | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit e9963db401f4f4d23d790cb68d228a0daa706cc4
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Sep 17 17:36:06 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Sep 18 11:58:51 2019 +0200
column should be CairoSurface
Change-Id: Iaccc60edbb5729121b8258416a17345df2475f50
Reviewed-on: https://gerrit.libreoffice.org/79082
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/cui/uiconfig/ui/optchartcolorspage.ui b/cui/uiconfig/ui/optchartcolorspage.ui
index 253a765a258d..3078e6a8067f 100644
--- a/cui/uiconfig/ui/optchartcolorspage.ui
+++ b/cui/uiconfig/ui/optchartcolorspage.ui
@@ -5,7 +5,7 @@
<object class="GtkTreeStore" id="liststore1">
<columns>
<!-- column-name image -->
- <column type="GdkPixbuf"/>
+ <column type="CairoSurface"/>
<!-- column-name text -->
<column type="gchararray"/>
<!-- column-name id -->
@@ -51,7 +51,7 @@
<property name="vexpand">True</property>
<property name="model">liststore1</property>
<property name="headers_visible">False</property>
- <property name="search_column">0</property>
+ <property name="search_column">1</property>
<property name="show_expanders">False</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="Macro Library List-selection2"/>
@@ -61,7 +61,7 @@
<child>
<object class="GtkCellRendererPixbuf" id="cellrenderertext1"/>
<attributes>
- <attribute name="pixbuf">0</attribute>
+ <attribute name="surface">0</attribute>
</attributes>
</child>
</object>
More information about the Libreoffice-commits
mailing list