diff options
author | NotZed <notzed@zedzone.helixcode.com> | 2000-02-09 20:32:53 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-02-09 20:32:53 +0800 |
commit | d4bc84cf831dcfb4be2591d9a99184637c04c847 (patch) | |
tree | 51c5835654ebe309eb0e7535040245e1fe5958b7 /ChangeLog | |
parent | 824d0a361f368aba0fce7f361ff86dda36d6e51f (diff) | |
download | gsoc2013-evolution-d4bc84cf831dcfb4be2591d9a99184637c04c847.tar.gz gsoc2013-evolution-d4bc84cf831dcfb4be2591d9a99184637c04c847.tar.zst gsoc2013-evolution-d4bc84cf831dcfb4be2591d9a99184637c04c847.zip |
Actually initialise the class. It simple couldn't have worked before.
2000-02-09 NotZed <notzed@zedzone.helixcode.com>
* camel/camel-simple-data-wrapper-stream.c (class_init): Actually
initialise the class. It simple couldn't have worked before.
(camel_simple_data_wrapper_stream_construct): Commented out code
which crashes just to get something working, memory corruption??
svn path=/trunk/; revision=1707
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2000-02-09 NotZed <notzed@zedzone.helixcode.com> + + * camel/camel-simple-data-wrapper-stream.c (class_init): Actually + initialise the class. It simple couldn't have worked before. + (camel_simple_data_wrapper_stream_construct): Commented out code + which crashes just to get something working, memory corruption?? + 2000-02-09 Christopher James Lahey <clahey@helixcode.com> * configure.in: Add new Makefiles to Makefile list. |