From 54c650eaea9a5a74a78e88e0e9e0b98f0719c723 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 22 Feb 2002 22:11:47 +0000 Subject: [Fix #3029, Offline mode should be preserved across sessions.] * main.c (idle_cb): Use the e_shell_new() API below so that we use the saved offline settings at the next start-up if neither --offline nor --online has been specified. * e-shell.c (save_misc_settings): New function. For now, just save `/Shell/StartOffline' indicating whether the shell should start in offline mode or not. (e_shell_construct): Replace @start_online with @startup_line_mode. (e_shell_new): Likewise. * e-shell.h: New enum EShellStartupLineMode. svn path=/trunk/; revision=15804 --- shell/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 88a3fb8f9e..22ffcb5c9e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,20 @@ +2002-02-22 Ettore Perazzoli + + [Fix #3029, Offline mode should be preserved across sessions.] + + * main.c (idle_cb): Use the e_shell_new() API below so that we use + the saved offline settings at the next start-up if neither + --offline nor --online has been specified. + + * e-shell.c (save_misc_settings): New function. For now, just + save `/Shell/StartOffline' indicating whether the shell should + start in offline mode or not. + (e_shell_construct): Replace @start_online with + @startup_line_mode. + (e_shell_new): Likewise. + + * e-shell.h: New enum EShellStartupLineMode. + 2002-02-22 Ettore Perazzoli * e-shell-view.c (remove_uri_from_history): New helper function to -- cgit v1.2.3