summaryrefslogtreecommitdiff
path: root/thunar/thunar-shortcuts-icon-renderer.c
diff options
context:
space:
mode:
Diffstat (limited to 'thunar/thunar-shortcuts-icon-renderer.c')
-rw-r--r--thunar/thunar-shortcuts-icon-renderer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunar/thunar-shortcuts-icon-renderer.c b/thunar/thunar-shortcuts-icon-renderer.c
index 5f122e6d..42134119 100644
--- a/thunar/thunar-shortcuts-icon-renderer.c
+++ b/thunar/thunar-shortcuts-icon-renderer.c
@@ -237,7 +237,7 @@ thunar_shortcuts_icon_renderer_render (GtkCellRenderer *renderer,
else
gicon = thunar_device_get_icon (shortcuts_icon_renderer->device);
- icon_info = gtk_icon_theme_lookup_by_gicon (icon_theme, gicon, cell_area->width,
+ icon_info = gtk_icon_theme_lookup_by_gicon (icon_theme, gicon, cell_area->width,
GTK_ICON_LOOKUP_USE_BUILTIN);
g_object_unref (gicon);