diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-02-25 02:57:33 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-02-25 02:57:33 +0800 |
commit | bef47a636432fe5791649412cf1a936b2c2b186b (patch) | |
tree | f3b2338326ce1632eb219e4001f2220dfed0cabb /shell/ChangeLog | |
parent | 09378977e5bcdb494701e6374d719f8836ef5ca4 (diff) | |
download | gsoc2013-evolution-bef47a636432fe5791649412cf1a936b2c2b186b.tar gsoc2013-evolution-bef47a636432fe5791649412cf1a936b2c2b186b.tar.gz gsoc2013-evolution-bef47a636432fe5791649412cf1a936b2c2b186b.tar.bz2 gsoc2013-evolution-bef47a636432fe5791649412cf1a936b2c2b186b.tar.lz gsoc2013-evolution-bef47a636432fe5791649412cf1a936b2c2b186b.tar.xz gsoc2013-evolution-bef47a636432fe5791649412cf1a936b2c2b186b.tar.zst gsoc2013-evolution-bef47a636432fe5791649412cf1a936b2c2b186b.zip |
Don't free a const pointer.
2001-02-24 Jeffrey Stedfast <fejj@ximian.com>
* e-storage.c (folder_changed_cb): Don't free a const pointer.
svn path=/trunk/; revision=8380
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 4204dd8fb8..4821c10976 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2001-02-24 Jeffrey Stedfast <fejj@ximian.com> + + * e-storage.c (folder_changed_cb): Don't free a const pointer. + 2001-02-23 Iain Holmes <iain@ximian.com> * e-local-storage.c (construct): Connect to the create-folder signal. |