diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-10-20 13:24:35 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-10-20 13:24:35 +0800 |
commit | 472ffcd2383a038d267929c3a6ceaa473bf26bb1 (patch) | |
tree | 1dbd3ccf7a94ec04788300adb7301652efb22b7a /mail/ChangeLog | |
parent | ad83addd3b0b61f0f81d6c38aedf6017a1c24d59 (diff) | |
download | gsoc2013-evolution-472ffcd2383a038d267929c3a6ceaa473bf26bb1.tar gsoc2013-evolution-472ffcd2383a038d267929c3a6ceaa473bf26bb1.tar.gz gsoc2013-evolution-472ffcd2383a038d267929c3a6ceaa473bf26bb1.tar.bz2 gsoc2013-evolution-472ffcd2383a038d267929c3a6ceaa473bf26bb1.tar.lz gsoc2013-evolution-472ffcd2383a038d267929c3a6ceaa473bf26bb1.tar.xz gsoc2013-evolution-472ffcd2383a038d267929c3a6ceaa473bf26bb1.tar.zst gsoc2013-evolution-472ffcd2383a038d267929c3a6ceaa473bf26bb1.zip |
e-tree-model is now opaque. use the accessor to get the root node.
2000-10-19 Chris Toshok <toshok@helixcode.com>
* message-list.c (nuke_uids): e-tree-model is now opaque. use the
accessor to get the root node.
svn path=/trunk/; revision=6073
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a946bb7450..fbae8149de 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-10-19 Chris Toshok <toshok@helixcode.com> + + * message-list.c (nuke_uids): e-tree-model is now opaque. use the + accessor to get the root node. + 2000-10-19 Jeffrey Stedfast <fejj@helixcode.com> * mail-callbacks.c: #include "mail-vfolder.h" |