summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-04-19 16:46:32 +0300
committermonsta <[email protected]>2017-04-23 16:21:37 +0300
commitb4123d435e2c730b3924bf089ec43fdd692dd12d (patch)
treedfe953e9a86e54c61608fba7f174ca8544f1ba2e
parent6f5a05bc2a35bc5d31d7622f876f1c7fad178bc5 (diff)
downloadcaja-b4123d435e2c730b3924bf089ec43fdd692dd12d.tar.bz2
caja-b4123d435e2c730b3924bf089ec43fdd692dd12d.tar.xz
Open With dialog: force icon size
fixes https://github.com/mate-desktop/caja/issues/735
-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 b9967f6f..ece7c7ac 100644
--- a/libcaja-private/caja-open-with-dialog.c
+++ b/libcaja-private/caja-open-with-dialog.c
@@ -531,7 +531,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);
}
}