diff options
author | Victor Kareh <[email protected]> | 2019-07-07 07:52:06 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-10 16:23:20 +0200 |
commit | 32a17790317548b8a7ce341dc51d84f037a5b752 (patch) | |
tree | 596c2759361fb244750910e333704b7f1544709a /src/caja-file-management-properties.ui | |
parent | b43c96fae1be0b402313587773197927c7efa5d9 (diff) | |
download | caja-32a17790317548b8a7ce341dc51d84f037a5b752.tar.bz2 caja-32a17790317548b8a7ce341dc51d84f037a5b752.tar.xz |
preferences: Render extension icons as cairo_surfaces
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> |