diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-11-01 07:46:10 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-11-01 07:46:10 +0800 |
commit | 49bad8cf37fc85a59fb6d2ea199770b33a92f458 (patch) | |
tree | 65bd05054a02e15708db98f16ef934941aae3296 /shell/ChangeLog | |
parent | 71a63f1498b615c98a543138532cbbfc64cd616f (diff) | |
download | gsoc2013-evolution-49bad8cf37fc85a59fb6d2ea199770b33a92f458.tar gsoc2013-evolution-49bad8cf37fc85a59fb6d2ea199770b33a92f458.tar.gz gsoc2013-evolution-49bad8cf37fc85a59fb6d2ea199770b33a92f458.tar.bz2 gsoc2013-evolution-49bad8cf37fc85a59fb6d2ea199770b33a92f458.tar.lz gsoc2013-evolution-49bad8cf37fc85a59fb6d2ea199770b33a92f458.tar.xz gsoc2013-evolution-49bad8cf37fc85a59fb6d2ea199770b33a92f458.tar.zst gsoc2013-evolution-49bad8cf37fc85a59fb6d2ea199770b33a92f458.zip |
Don't do operations on a NULL path. (updated_folder_cb,
2001-10-31 Christopher James Lahey <clahey@ximian.com>
* e-storage-set-view.c (cursor_activated): Don't do operations on
a NULL path.
(updated_folder_cb, folder_changed_cb): Send pre_change signal
here.
svn path=/trunk/; revision=14558
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 77331f8bf3..bf03e571b4 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2001-10-31 Christopher James Lahey <clahey@ximian.com> + + * e-storage-set-view.c (cursor_activated): Don't do operations on + a NULL path. + (updated_folder_cb, folder_changed_cb): Send pre_change signal + here. + 2001-10-31 Ettore Perazzoli <ettore@ximian.com> * e-storage-set-view.c (handle_evolution_path_drag_motion): If the |