summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-open-with-dialog.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-04-19 16:46:32 +0300
committerlukefromdc <[email protected]>2017-04-20 15:38:56 -0400
commit55087066adcf0d4dcc575bf5b3cd09d7c073aa7c (patch)
treee7a0659f35aeacc351ad2f08a21301e8a780fb28 /libcaja-private/caja-open-with-dialog.c
parent44584d2eee219d9b7db82ed81072b84609837128 (diff)
downloadcaja-55087066adcf0d4dcc575bf5b3cd09d7c073aa7c.tar.bz2
caja-55087066adcf0d4dcc575bf5b3cd09d7c073aa7c.tar.xz
Open With dialog: force icon size
fixes https://github.com/mate-desktop/caja/issues/735
Diffstat (limited to 'libcaja-private/caja-open-with-dialog.c')
-rw-r--r--libcaja-private/caja-open-with-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaja-private/caja-open-with-dialog.c b/libcaja-private/caja-open-with-dialog.c
index 6208cb59..c2932993 100644
--- a/libcaja-private/caja-open-with-dialog.c
+++ b/libcaja-private/caja-open-with-dialog.c
@@ -526,7 +526,7 @@ get_pixbuf_for_icon (GIcon *icon)
*p = 0;
}
pixbuf = gtk_icon_theme_load_icon (gtk_icon_theme_get_default (),
- icon_no_extension, 24, 0, NULL);
+ icon_no_extension, 24, GTK_ICON_LOOKUP_FORCE_SIZE, NULL);
g_free (icon_no_extension);
}
}