diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-15 13:18:49 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-15 13:18:49 +0800 |
commit | 05877aea9bad861887d7917bdeb53741b84aeb23 (patch) | |
tree | 6d40c69c8ff4c2e07e7399b5894756cb366d035b /shell/ChangeLog | |
parent | f6b64ae1df4018a76f4ca65139c5880ac0d946f7 (diff) | |
download | gsoc2013-evolution-05877aea9bad861887d7917bdeb53741b84aeb23.tar.gz gsoc2013-evolution-05877aea9bad861887d7917bdeb53741b84aeb23.tar.zst gsoc2013-evolution-05877aea9bad861887d7917bdeb53741b84aeb23.zip |
Fix a crash that could happen by closing one or more views, and then
clicking on the off-line button.
svn path=/trunk/; revision=11107
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 2a6293c485..bc87bec543 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2001-07-15 Ettore Perazzoli <ettore@ximian.com> + + * e-shell-view-menu.c (e_shell_view_menu_setup): Connect the + "line_status_changed" signal with + `gtk_signal_connect_while_alive()' for the shell views, so we + don't crash if a view gets destroyed. + * e-shell-view.c (e_shell_view_construct): Likewise. + 2001-07-12 Jason Leach <jleach@ximian.com> * e-shell-view-menu.c (command_submit_bug): Because |