diff options
author | Dan Winship <danw@src.gnome.org> | 2000-09-15 23:52:23 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-09-15 23:52:23 +0800 |
commit | a1894051618b168045d202641ee7c6fe3571932f (patch) | |
tree | c4c547c63028566153095b82decd920d48b445c7 /shell/ChangeLog | |
parent | 3b3f989e833c51ff0f8f0d544e14dec5e93a64dd (diff) | |
download | gsoc2013-evolution-a1894051618b168045d202641ee7c6fe3571932f.tar gsoc2013-evolution-a1894051618b168045d202641ee7c6fe3571932f.tar.gz gsoc2013-evolution-a1894051618b168045d202641ee7c6fe3571932f.tar.bz2 gsoc2013-evolution-a1894051618b168045d202641ee7c6fe3571932f.tar.lz gsoc2013-evolution-a1894051618b168045d202641ee7c6fe3571932f.tar.xz gsoc2013-evolution-a1894051618b168045d202641ee7c6fe3571932f.tar.zst gsoc2013-evolution-a1894051618b168045d202641ee7c6fe3571932f.zip |
foreach_data should be set to the caller-supplied data, not the tree item
* e-storage.c (get_path_for_physical_uri_foreach): foreach_data
should be set to the caller-supplied data, not the tree item data.
svn path=/trunk/; revision=5452
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 362ded2c03..c3ba7aeb0c 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2000-09-15 Dan Winship <danw@helixcode.com> + + * e-storage.c (get_path_for_physical_uri_foreach): foreach_data + should be set to the caller-supplied data, not the tree item data. + 2000-09-14 Iain Holmes <iain@helixcode.com> * e-shell-folder-title-bar.c (e_shell_folder_title_bar_construct): |