aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index 0269db569b..319e85fd38 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -911,8 +911,12 @@ update_folder_title_bar (EShellView *shell_view,
if (folder_icon)
e_shell_folder_title_bar_set_icon (E_SHELL_FOLDER_TITLE_BAR (priv->view_title_bar), folder_icon);
- if (folder_name)
- e_shell_folder_title_bar_set_title (E_SHELL_FOLDER_TITLE_BAR (priv->view_title_bar), folder_name);
+ if (folder_name) {
+ gchar * utf;
+ utf = e_utf8_to_gtk_string (GTK_WIDGET (priv->view_title_bar), folder_name);
+ e_shell_folder_title_bar_set_title (E_SHELL_FOLDER_TITLE_BAR (priv->view_title_bar), utf);
+ g_free (utf);
+ }
}
static void