aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test2.c b/tests/test2.c
index 5b4e319c5d..20e8b739b9 100644
--- a/tests/test2.c
+++ b/tests/test2.c
@@ -30,7 +30,7 @@ main (int argc, char**argv)
}
camel_data_wrapper_construct_from_stream ( CAMEL_DATA_WRAPPER (message), input_stream);
-
+ camel_medium_get_content_object (CAMEL_MEDIUM (message));
camel_stream_close (input_stream);
gtk_object_unref (GTK_OBJECT (input_stream));
path: root/x11-toolkits/py-gui
Commit message (Expand)AuthorAgeFilesLines
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+2
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - pass py-simplejson and py-gui to python@alexbl2006-11-241-1/+1
* Change all my MAINTAINER lines to my new FreeBSD.org address.alexbl2006-09-131-1/+1
* Add a workaround to avoid the problem that "make config" doesn't work.perky2006-06-251-0/+4
* - Update to 1.7.2perky2006-06-253-18/+60