aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-02 01:22:18 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-02 01:22:18 +0800
commit6b4e29c7e6e71fbf146ddcdbbd58ac13617285d2 (patch)
treebab25f8e75498ee2e6f5baa28c10b2e0b133847b /shell/ChangeLog
parent496986326df84d02d17cbd7329a885e49237fcfc (diff)
downloadgsoc2013-evolution-6b4e29c7e6e71fbf146ddcdbbd58ac13617285d2.tar
gsoc2013-evolution-6b4e29c7e6e71fbf146ddcdbbd58ac13617285d2.tar.gz
gsoc2013-evolution-6b4e29c7e6e71fbf146ddcdbbd58ac13617285d2.tar.bz2
gsoc2013-evolution-6b4e29c7e6e71fbf146ddcdbbd58ac13617285d2.tar.lz
gsoc2013-evolution-6b4e29c7e6e71fbf146ddcdbbd58ac13617285d2.tar.xz
gsoc2013-evolution-6b4e29c7e6e71fbf146ddcdbbd58ac13617285d2.tar.zst
gsoc2013-evolution-6b4e29c7e6e71fbf146ddcdbbd58ac13617285d2.zip
Do a NULL-check on current_uri - socket is being closed? (as per the
2001-08-01 Jeffrey Stedfast <fejj@ximian.com> * e-shell-view-menu.c (command_new_folder): Do a NULL-check on current_uri - socket is being closed? (as per the comments for the NULL-check in e-shell-view.c:socket_destroy_cb). svn path=/trunk/; revision=11557
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 9b58a3fb7b..90b86cf29c 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-01 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-shell-view-menu.c (command_new_folder): Do a NULL-check on
+ current_uri - socket is being closed? (as per the comments for the
+ NULL-check in e-shell-view.c:socket_destroy_cb).
+
2001-07-31 Ettore Perazzoli <ettore@ximian.com>
* evolution-activity-client.c: Removed debugging messages.