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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index 78c2a03f52..2863fc34a7 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -35,6 +35,7 @@
#include "widgets/misc/e-clipped-label.h"
#include "e-util/e-util.h"
#include "e-util/e-gui-utils.h"
+#include "e-util/e-unicode.h"
#include "evolution-shell-view.h"
@@ -919,7 +920,7 @@ update_for_current_uri (EShellView *shell_view)
{
EShellViewPrivate *priv;
EFolder *folder;
- const char *folder_name;
+ char *folder_name;
const char *path;
char *window_title;