diff options
Diffstat (limited to 'src/caja-file-management-properties.ui')
-rw-r--r-- | src/caja-file-management-properties.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/caja-file-management-properties.ui b/src/caja-file-management-properties.ui index 77fdd7ee..aa337c2f 100644 --- a/src/caja-file-management-properties.ui +++ b/src/caja-file-management-properties.ui @@ -7,7 +7,7 @@ <!-- column-name ext-state --> <column type="gboolean"/> <!-- column-name ext-icon --> - <column type="GdkPixbuf"/> + <column type="CairoSurface"/> <!-- column-name ext-info --> <column type="gchararray"/> <!-- column-name ext-struct --> @@ -2537,7 +2537,7 @@ <child> <object class="GtkCellRendererPixbuf" id="cellrendererpixbuf1"/> <attributes> - <attribute name="pixbuf">1</attribute> + <attribute name="surface">1</attribute> </attributes> </child> </object> |