diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-08-04 11:35:29 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-08-04 11:35:29 +0800 |
commit | f35d325f7920c22848e89ccfcfef9b3a34699569 (patch) | |
tree | 0a388b39a07f818c899e22d1d0192561df417096 /shell/ChangeLog | |
parent | edd997c8894491c74b9b908cbd1e5e9036d1c9c2 (diff) | |
download | gsoc2013-evolution-f35d325f7920c22848e89ccfcfef9b3a34699569.tar gsoc2013-evolution-f35d325f7920c22848e89ccfcfef9b3a34699569.tar.gz gsoc2013-evolution-f35d325f7920c22848e89ccfcfef9b3a34699569.tar.bz2 gsoc2013-evolution-f35d325f7920c22848e89ccfcfef9b3a34699569.tar.lz gsoc2013-evolution-f35d325f7920c22848e89ccfcfef9b3a34699569.tar.xz gsoc2013-evolution-f35d325f7920c22848e89ccfcfef9b3a34699569.tar.zst gsoc2013-evolution-f35d325f7920c22848e89ccfcfef9b3a34699569.zip |
Some paths here don't set handled properly so lets initialize it to FALSE.
2001-08-03 Christopher James Lahey <clahey@ximian.com>
* e-storage-set-view.c (tree_drag_data_received): Some paths here
don't set handled properly so lets initialize it to FALSE.
(update_folder_with_unread_hash, etree_value_at): constified
folder_name here.
(init): Initialize priv->drag_path here to NULL.
svn path=/trunk/; revision=11648
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index f4e4a7b9a5..1f62afe776 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2001-08-03 Christopher James Lahey <clahey@ximian.com> + + * e-storage-set-view.c (tree_drag_data_received): Some paths here + don't set handled properly so lets initialize it to FALSE. + (update_folder_with_unread_hash, etree_value_at): constified + folder_name here. + (init): Initialize priv->drag_path here to NULL. + 2001-08-03 Jason Leach <jleach@ximian.com> [Removing Evolution::LocalStorage interface, abstracting the |