diff options
author | Jason Leach <jleach@ximian.com> | 2001-06-07 05:22:04 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-06-07 05:22:04 +0800 |
commit | aa71323c61923d24a7cf9aed4e63984eaf199b73 (patch) | |
tree | b1e57bc0356cc5b6587cddd79b2c2ea3c47e01aa /shell/ChangeLog | |
parent | f15bb6a3ebcadfc4dbe8e9d2a2c82c98ac2da35a (diff) | |
download | gsoc2013-evolution-aa71323c61923d24a7cf9aed4e63984eaf199b73.tar gsoc2013-evolution-aa71323c61923d24a7cf9aed4e63984eaf199b73.tar.gz gsoc2013-evolution-aa71323c61923d24a7cf9aed4e63984eaf199b73.tar.bz2 gsoc2013-evolution-aa71323c61923d24a7cf9aed4e63984eaf199b73.tar.lz gsoc2013-evolution-aa71323c61923d24a7cf9aed4e63984eaf199b73.tar.xz gsoc2013-evolution-aa71323c61923d24a7cf9aed4e63984eaf199b73.tar.zst gsoc2013-evolution-aa71323c61923d24a7cf9aed4e63984eaf199b73.zip |
(Fix bug #3205: Component crash causes folder switch even when not needed)
2001-06-06 Jason Leach <jleach@ximian.com>
(Fix bug #3205: Component crash causes folder switch even when not
needed)
* e-shell-view.c (socket_destroy_cb): Only flip around the
ShellView to different folders when we're currently viewing the
URI that's being closed/crashed.
svn path=/trunk/; revision=10137
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 47a245668e..3994abdce3 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,14 @@ 2001-06-06 Jason Leach <jleach@ximian.com> + (Fix bug #3205: Component crash causes folder switch even when not + needed) + + * e-shell-view.c (socket_destroy_cb): Only flip around the + ShellView to different folders when we're currently viewing the + URI that's being closed/crashed. + +2001-06-06 Jason Leach <jleach@ximian.com> + (Fix bug #418: Save state of folder tree view) * e-shell-view.c (e_shell_view_save_settings): Changed the char * |