aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shortcuts-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shortcuts-view.c')
-rw-r--r--shell/e-shortcuts-view.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shortcuts-view.c b/shell/e-shortcuts-view.c
index 86c386bf72..dd17326d8c 100644
--- a/shell/e-shortcuts-view.c
+++ b/shell/e-shortcuts-view.c
@@ -171,7 +171,8 @@ icon_callback (EShortcutBar *shortcut_bar,
if (type == NULL)
return NULL;
- pixbuf = e_folder_type_repository_get_icon_for_type (folder_type_repository, type);
+ /* FIXME mini icons? */
+ pixbuf = e_folder_type_repository_get_icon_for_type (folder_type_repository, type, FALSE);
if (pixbuf != NULL)
gdk_pixbuf_ref (pixbuf);