diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-03 19:26:20 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-03 19:26:20 +0800 |
commit | dcd5194f42a066d8f4f16d73abc82327fae430b0 (patch) | |
tree | 350af33ae85b88de92b5011b138ed15e1a0f188b /shell/ChangeLog | |
parent | 9dbf178166992b8e05679ae7a17a8058e5f8c8e6 (diff) | |
download | gsoc2013-evolution-dcd5194f42a066d8f4f16d73abc82327fae430b0.tar.gz gsoc2013-evolution-dcd5194f42a066d8f4f16d73abc82327fae430b0.tar.zst gsoc2013-evolution-dcd5194f42a066d8f4f16d73abc82327fae430b0.zip |
[Fixed #3643, Shell crash when component crashed]
* e-shell-view.c (socket_destroy_cb): Fix Jason's broken fix for
#3205 that was causing #3643. It is not safe to strcmp() the
return value from `e_shell_view_get_current_uri()' as it might be
NULL already.
svn path=/trunk/; revision=10739
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 a1aca471b4..644fdf6f0e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,12 @@ +2001-07-03 Ettore Perazzoli <ettore@ximian.com> + + [Fixed #3643, Shell crash when component crashed] + + * e-shell-view.c (socket_destroy_cb): Fix Jason's broken fix for + #3205 that was causing #3643. It is not safe to strcmp() the + return value from `e_shell_view_get_current_uri()' as it might be + NULL already. + 2001-07-02 Christopher James Lahey <clahey@ximian.com> * Makefile.am (INCLUDES): Added $(BONOBO_CONF_CFLAGS). |