diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-05 02:36:21 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-05 02:36:21 +0800 |
commit | 6b346389dcf339d68fbdae79b0cf13924a2b3700 (patch) | |
tree | 07f4e547a0600b030f18c72b23e72ee8478f0a71 /shell/ChangeLog | |
parent | 2fe0e9f18fa879a2957e07ff43252d60c21f7b00 (diff) | |
download | gsoc2013-evolution-6b346389dcf339d68fbdae79b0cf13924a2b3700.tar.gz gsoc2013-evolution-6b346389dcf339d68fbdae79b0cf13924a2b3700.tar.zst gsoc2013-evolution-6b346389dcf339d68fbdae79b0cf13924a2b3700.zip |
Pass FALSE as @restore_all_views to e_shell_restore_from_settings() so we
* main.c (idle_cb): Pass FALSE as @restore_all_views to
e_shell_restore_from_settings() so we only restore the first view.
* e-shell.c (e_shell_restore_from_settings): New arg
@restore_all_views.
svn path=/trunk/; revision=17967
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 5fb29e2c3c..7c710595a5 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,13 @@ 2002-09-04 Ettore Perazzoli <ettore@ximian.com> + * main.c (idle_cb): Pass FALSE as @restore_all_views to + e_shell_restore_from_settings() so we only restore the first view. + + * e-shell.c (e_shell_restore_from_settings): New arg + @restore_all_views. + +2002-09-04 Ettore Perazzoli <ettore@ximian.com> + * e-storage-set-view.c (popup_folder_menu): Remove the context menu items using evolution_shell_component_client_unpopulate_folder_context_menu() |