diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-05 06:01:31 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-05 06:01:31 +0800 |
commit | ca38e63a1bb3db4607b8ddfcff334e6ba4c7ef99 (patch) | |
tree | 611228418dfc40f16cb41081d1745890c7761e23 /shell/ChangeLog | |
parent | fc99cb4acc8ceb442d65171671f1100aff549786 (diff) | |
download | gsoc2013-evolution-ca38e63a1bb3db4607b8ddfcff334e6ba4c7ef99.tar gsoc2013-evolution-ca38e63a1bb3db4607b8ddfcff334e6ba4c7ef99.tar.gz gsoc2013-evolution-ca38e63a1bb3db4607b8ddfcff334e6ba4c7ef99.tar.bz2 gsoc2013-evolution-ca38e63a1bb3db4607b8ddfcff334e6ba4c7ef99.tar.lz gsoc2013-evolution-ca38e63a1bb3db4607b8ddfcff334e6ba4c7ef99.tar.xz gsoc2013-evolution-ca38e63a1bb3db4607b8ddfcff334e6ba4c7ef99.tar.zst gsoc2013-evolution-ca38e63a1bb3db4607b8ddfcff334e6ba4c7ef99.zip |
Handle a NIL return value from `oaf_activate_from_id' without
crashing.
svn path=/trunk/; revision=6784
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index e3a33d5953..e7c5c16e2f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2000-12-04 Ettore Perazzoli <ettore@helixcode.com> + + * main.c (new_view_on_running_shell): Don't crash if the object + returned from `oaf_activate_from_id' is NIL and the exception + isn't set. Just handle this as a normal error condition. + 2000-12-04 Michael Meeks <michael@helixcode.com> * e-shell-view.c (get_control_for_uri): return NULL if we can't |