diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-14 20:45:10 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-14 20:45:10 +0800 |
commit | 7ed2b90bdad0637d72be1815e6634bb352d0ec08 (patch) | |
tree | b8e33f4ea6ef306ec45f377ff4fc5c813177db25 /shell/e-shell.c | |
parent | c7d3c9f95609123035ebaa267f9d2e6ecfa8c2e8 (diff) | |
download | gsoc2013-evolution-7ed2b90bdad0637d72be1815e6634bb352d0ec08.tar.gz gsoc2013-evolution-7ed2b90bdad0637d72be1815e6634bb352d0ec08.tar.zst gsoc2013-evolution-7ed2b90bdad0637d72be1815e6634bb352d0ec08.zip |
Fix online mode initialization.
svn path=/branches/kill-bonobo/; revision=37070
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 2 |
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)); |