aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-29 11:32:26 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-29 11:32:26 +0800
commit815ed53e5ace2948695f99a43a555f66e1ff408e (patch)
tree11be17372519650f6e969bb86dcafc06813ca677 /shell/ChangeLog
parent7ffad86d872af64e2d2925b1652248506b5197c4 (diff)
downloadgsoc2013-evolution-815ed53e5ace2948695f99a43a555f66e1ff408e.tar
gsoc2013-evolution-815ed53e5ace2948695f99a43a555f66e1ff408e.tar.gz
gsoc2013-evolution-815ed53e5ace2948695f99a43a555f66e1ff408e.tar.bz2
gsoc2013-evolution-815ed53e5ace2948695f99a43a555f66e1ff408e.tar.lz
gsoc2013-evolution-815ed53e5ace2948695f99a43a555f66e1ff408e.tar.xz
gsoc2013-evolution-815ed53e5ace2948695f99a43a555f66e1ff408e.tar.zst
gsoc2013-evolution-815ed53e5ace2948695f99a43a555f66e1ff408e.zip
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
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog14
1 files changed, 14 insertions, 0 deletions
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 <ettore@ximian.com>
+
+ * 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 <NotZed@Ximian.com>
* evolution-storage.c (class_init): Set the return type of the