From 7ed2b90bdad0637d72be1815e6634bb352d0ec08 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 14 Jan 2009 12:45:10 +0000 Subject: Fix online mode initialization. svn path=/branches/kill-bonobo/; revision=37070 --- shell/e-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') 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)); -- cgit v1.2.3