aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c
index 02bc094480..f342f35588 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -258,7 +258,7 @@ idle_cb (gchar **uris)
gtk_main_quit ();
} else {
if (express_mode && requested_view == NULL)
- requested_view = "mail";
+ requested_view = (gchar *) "mail";
e_shell_create_shell_window (shell, requested_view);
}