From 815ed53e5ace2948695f99a43a555f66e1ff408e Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 29 Oct 2001 03:32:26 +0000 Subject: Don't do the `gtk_signal_disconnect_by_func()' as it's already done in * e-shell-view.c (new_folder_cb): Don't do the `gtk_signal_disconnect_by_func()' as it's already done in `cleanup_delayed_selection()'. (e_shell_view_construct): Set the ->shell member as the first thing. (set_current_notebook_page): Add a cast to make the compiler happy. (new_folder_cb): Don't set priv->uri before calling `e_shell_view_display_uri()', because the latter does it anyways, and also if you set it before calling it, the selection in the folder tree doesn't get updated properly. svn path=/trunk/; revision=14319 --- shell/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 3236b994fc..0076f7cc0d 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,17 @@ +2001-10-28 Ettore Perazzoli + + * e-shell-view.c (new_folder_cb): Don't do the + `gtk_signal_disconnect_by_func()' as it's already done in + `cleanup_delayed_selection()'. + (e_shell_view_construct): Set the ->shell member as the first + thing. + (set_current_notebook_page): Add a cast to make the compiler + happy. + (new_folder_cb): Don't set priv->uri before calling + `e_shell_view_display_uri()', because the latter does it anyways, + and also if you set it before calling it, the selection in the + folder tree doesn't get updated properly. + 2001-10-29 * evolution-storage.c (class_init): Set the return type of the -- cgit v1.2.3