aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libindicator/indicator-image-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/indicator-image-helper.c b/libindicator/indicator-image-helper.c
index 684fe8a..a38015c 100644
--- a/libindicator/indicator-image-helper.c
+++ b/libindicator/indicator-image-helper.c
@@ -72,7 +72,7 @@ refresh_image (GtkImage * image)
if (icon_info != NULL) {
gtk_image_set_from_gicon (image, icon_names, GTK_ICON_SIZE_LARGE_TOOLBAR);
} else if (icon_filename != NULL) {
- gtk_image_set_from_file (image, icon_filename);
+ gtk_image_set_from_icon_name (image, icon_filename, GTK_ICON_SIZE_LARGE_TOOLBAR);
} else {
/* Build a pixbuf if needed */
GdkPixbuf * pixbuf = NULL;