From 638ad0ba0b02766c7e48a92d72366cf6fc39e4c1 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 13 Sep 2001 23:46:03 +0000 Subject: [Fix #5990, Remembering Evolution window geometry.] * e-shell.c (impl_Shell_createNewView): gtk_widget_show() the new view returned by `e_shell_create_view()'. (e_shell_restore_from_settings): Same here, after loading the settings. * e-shell-view.c (activate_shortcut_cb): gtk_widget_show() the new view returned by `e_shell_create_view()'. * e-shell-view-menu.c (command_open_folder_in_new_window): gtk_widget_show() the view returned by `e_shell_create_view()'. * e-shell-folder-commands.c (e_shell_command_open_folder_in_other_window): gtk_widget_show() the view returned by `e_shell_create_view()'. * e-shell.c (e_shell_create_view): Don't show the view automatically anymore. * e-shell-view.c (e_shell_view_save_settings): Save the width and height of the window. (e_shell_view_load_settings): Restore the width and the height and gtk_window_set_default_size() based on them. svn path=/trunk/; revision=12816 --- shell/ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index f87c9410e3..d96c0eb209 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,30 @@ +2001-09-13 Ettore Perazzoli + + [Fix #5990, Remembering Evolution window geometry.] + + * e-shell.c (impl_Shell_createNewView): gtk_widget_show() the new + view returned by `e_shell_create_view()'. + (e_shell_restore_from_settings): Same here, after loading the + settings. + + * e-shell-view.c (activate_shortcut_cb): gtk_widget_show() the new + view returned by `e_shell_create_view()'. + + * e-shell-view-menu.c (command_open_folder_in_new_window): + gtk_widget_show() the view returned by `e_shell_create_view()'. + + * e-shell-folder-commands.c + (e_shell_command_open_folder_in_other_window): gtk_widget_show() + the view returned by `e_shell_create_view()'. + + * e-shell.c (e_shell_create_view): Don't show the view + automatically anymore. + + * e-shell-view.c (e_shell_view_save_settings): Save the width and + height of the window. + (e_shell_view_load_settings): Restore the width and the height and + gtk_window_set_default_size() based on them. + 2001-09-13 Ettore Perazzoli [Remove a bunch of debugging messages, as per #7741.] -- cgit v1.2.3