From bb04032cc84ec70c1b998901d5fe99eab97ec380 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Sun, 15 Oct 2000 16:52:48 +0000 Subject: Check if there are any files in default_user that are not in ~/evolution 2000-10-11 Iain Holmes * e-setup.c (check_evolution_directory): Check if there are any files in default_user that are not in ~/evolution and if so copy them over. (check_dir_recur): Recursive function to check the directory. * e-shell-view-menu.c: Look Maw! I'm an Evolution hacker too. * e-shell-view.c: Don't quit on when a view is destroyed. * e-shell.c: Save the settings for the remaining views whenever a view is destroyed. svn path=/trunk/; revision=5929 --- shell/e-shell-view.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/e-shell-view.c') diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 7d0092203a..b9c34f7abb 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -602,10 +602,10 @@ delete_event (GtkWidget *widget, EShell *shell; shell = e_shell_view_get_shell (E_SHELL_VIEW (widget)); - e_shell_quit (shell); +/* e_shell_quit (shell); */ /* FIXME: Is this right, or should it be FALSE? */ - return TRUE; + return FALSE; } -- cgit v1.2.3