From 9b86a516810fb2d1eeb267b17046dc15849e3e53 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 12 Oct 2001 06:29:09 +0000 Subject: [Fix #7643, Starting new view doesn't honor "view" settings.] * e-shell-view-menu.c (command_open_folder_in_new_window): Pass the parent @shell_view as the @template_view arg to `e_shell_create_view()' * e-shell-view.c (activate_shortcut_cb): Pass the _view as the @template_view arg to `e_shell_create_view()'. * e-shell-folder-commands.c (e_shell_command_open_folder_in_other_window): Pass the parent @shell_view as the @template_view arg to `e_shell_create_view()'. * e-shell.c (e_shell_create_view): New arg @template_view. (impl_Shell_createNewView): Pass %NULL as @template_view when calling it. (e_shell_restore_from_settings): Likewise. svn path=/trunk/; revision=13618 --- shell/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 5a7eb5ef63..ab6872f2d6 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,23 @@ +2001-10-12 Ettore Perazzoli + + [Fix #7643, Starting new view doesn't honor "view" settings.] + + * e-shell-view-menu.c (command_open_folder_in_new_window): Pass + the parent @shell_view as the @template_view arg to + `e_shell_create_view()' + + * e-shell-view.c (activate_shortcut_cb): Pass the _view as the + @template_view arg to `e_shell_create_view()'. + + * e-shell-folder-commands.c + (e_shell_command_open_folder_in_other_window): Pass the parent + @shell_view as the @template_view arg to `e_shell_create_view()'. + + * e-shell.c (e_shell_create_view): New arg @template_view. + (impl_Shell_createNewView): Pass %NULL as @template_view when + calling it. + (e_shell_restore_from_settings): Likewise. + 2001-10-12 Ettore Perazzoli * main.c (quit_box_new): Also flush GDK after flushing GTK. -- cgit