aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-05-25 21:41:48 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-05-25 21:54:55 +0800
commit3e1b34841d3a699f77848f5de019f18ccb2d1ca1 (patch)
tree9e13e7a220a5525681a0516b32bbd9def5611e8d /shell
parentf49077cfb57ade9013674487a1f371da7c038709 (diff)
downloadgsoc2013-evolution-3e1b34841d3a699f77848f5de019f18ccb2d1ca1.tar
gsoc2013-evolution-3e1b34841d3a699f77848f5de019f18ccb2d1ca1.tar.gz
gsoc2013-evolution-3e1b34841d3a699f77848f5de019f18ccb2d1ca1.tar.bz2
gsoc2013-evolution-3e1b34841d3a699f77848f5de019f18ccb2d1ca1.tar.lz
gsoc2013-evolution-3e1b34841d3a699f77848f5de019f18ccb2d1ca1.tar.xz
gsoc2013-evolution-3e1b34841d3a699f77848f5de019f18ccb2d1ca1.tar.zst
gsoc2013-evolution-3e1b34841d3a699f77848f5de019f18ccb2d1ca1.zip
Fix compiler warnings.
Diffstat (limited to 'shell')
-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);
}