From d4bc84cf831dcfb4be2591d9a99184637c04c847 Mon Sep 17 00:00:00 2001 From: NotZed Date: Wed, 9 Feb 2000 12:32:53 +0000 Subject: Actually initialise the class. It simple couldn't have worked before. 2000-02-09 NotZed * 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 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f540ef5e10..7e2951d7f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-02-09 NotZed + + * 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 * configure.in: Add new Makefiles to Makefile list. -- cgit