diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-23 06:37:47 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-23 06:37:47 +0800 |
commit | 3b4131bb116174e74ff7b94f63e590a426f7038a (patch) | |
tree | 074315f296678d43cdf2baa8007d7cae0af371cf /shell/ChangeLog | |
parent | e74ade400c7871aed04d239b0bd0c3fa1f897304 (diff) | |
download | gsoc2013-evolution-3b4131bb116174e74ff7b94f63e590a426f7038a.tar gsoc2013-evolution-3b4131bb116174e74ff7b94f63e590a426f7038a.tar.gz gsoc2013-evolution-3b4131bb116174e74ff7b94f63e590a426f7038a.tar.bz2 gsoc2013-evolution-3b4131bb116174e74ff7b94f63e590a426f7038a.tar.lz gsoc2013-evolution-3b4131bb116174e74ff7b94f63e590a426f7038a.tar.xz gsoc2013-evolution-3b4131bb116174e74ff7b94f63e590a426f7038a.tar.zst gsoc2013-evolution-3b4131bb116174e74ff7b94f63e590a426f7038a.zip |
If the view is dead, just return FALSE. Prevents crash #12483.
* e-shell-view.c (show_existing_view): If the view is dead, just
return FALSE. Prevents crash #12483.
svn path=/trunk/; revision=13903
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 9ce52dd4d5..91ca171de2 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2001-10-22 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view.c (show_existing_view): If the view is dead, just + return FALSE. Prevents crash #12483. + +2001-10-22 Ettore Perazzoli <ettore@ximian.com> + * e-shell.c: New member `is_interactive' in `EShellPrivate'. (init): Init to %FALSE. (set_interactive): New. |