diff options
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 20d5b89660..f3dd6d1a9d 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -452,7 +452,7 @@ set_icon (EShellView *shell_view, if (icon_name == NULL) icon_path = NULL; else - icon_path = e_shell_get_icon_path (icon_name); + icon_path = e_shell_get_icon_path (icon_name, TRUE); } if (icon_path == NULL) { |