aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
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 9f3070dcaa..a74e28ace5 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -429,7 +429,7 @@ create_default_shell (void)
shell = g_object_new (
E_TYPE_SHELL,
- "name", "org.gnome.evolution",
+ "name", "org.gnome.Evolution",
"online", online,
NULL);