aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-09-05 02:36:21 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-09-05 02:36:21 +0800
commit6b346389dcf339d68fbdae79b0cf13924a2b3700 (patch)
tree07f4e547a0600b030f18c72b23e72ee8478f0a71 /shell/e-shell.h
parent2fe0e9f18fa879a2957e07ff43252d60c21f7b00 (diff)
downloadgsoc2013-evolution-6b346389dcf339d68fbdae79b0cf13924a2b3700.tar
gsoc2013-evolution-6b346389dcf339d68fbdae79b0cf13924a2b3700.tar.gz
gsoc2013-evolution-6b346389dcf339d68fbdae79b0cf13924a2b3700.tar.bz2
gsoc2013-evolution-6b346389dcf339d68fbdae79b0cf13924a2b3700.tar.lz
gsoc2013-evolution-6b346389dcf339d68fbdae79b0cf13924a2b3700.tar.xz
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/e-shell.h')
-rw-r--r--shell/e-shell.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h
index f5bb51e637..8713a0b06e 100644
--- a/shell/e-shell.h
+++ b/shell/e-shell.h
@@ -126,7 +126,8 @@ EFolderTypeRegistry *e_shell_get_folder_type_registry (EShell *shell);
EUriSchemaRegistry *e_shell_get_uri_schema_registry (EShell *shell);
gboolean e_shell_save_settings (EShell *shell);
-gboolean e_shell_restore_from_settings (EShell *shell);
+gboolean e_shell_restore_from_settings (EShell *shell,
+ gboolean restore_all_views);
void e_shell_destroy_all_views (EShell *shell);