aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2009-01-14 20:45:10 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-01-14 20:45:10 +0800
commit7ed2b90bdad0637d72be1815e6634bb352d0ec08 (patch)
treeb8e33f4ea6ef306ec45f377ff4fc5c813177db25 /shell
parentc7d3c9f95609123035ebaa267f9d2e6ecfa8c2e8 (diff)
downloadgsoc2013-evolution-7ed2b90bdad0637d72be1815e6634bb352d0ec08.tar
gsoc2013-evolution-7ed2b90bdad0637d72be1815e6634bb352d0ec08.tar.gz
gsoc2013-evolution-7ed2b90bdad0637d72be1815e6634bb352d0ec08.tar.bz2
gsoc2013-evolution-7ed2b90bdad0637d72be1815e6634bb352d0ec08.tar.lz
gsoc2013-evolution-7ed2b90bdad0637d72be1815e6634bb352d0ec08.tar.xz
gsoc2013-evolution-7ed2b90bdad0637d72be1815e6634bb352d0ec08.tar.zst
gsoc2013-evolution-7ed2b90bdad0637d72be1815e6634bb352d0ec08.zip
Fix online mode initialization.
svn path=/branches/kill-bonobo/; revision=37070
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 09726d612d..f0dcaeb3f1 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -509,7 +509,7 @@ shell_class_init (EShellClass *class)
"online-mode",
_("Online Mode"),
_("Whether the shell is online"),
- TRUE,
+ FALSE,
G_PARAM_READWRITE |
G_PARAM_CONSTRUCT));