aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream-data-wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-stream-data-wrapper.c')
-rw-r--r--camel/camel-stream-data-wrapper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-stream-data-wrapper.c b/camel/camel-stream-data-wrapper.c
index 564571cf09..38ac8d92c1 100644
--- a/camel/camel-stream-data-wrapper.c
+++ b/camel/camel-stream-data-wrapper.c
@@ -177,9 +177,9 @@ camel_stream_data_wrapper_construct (CamelStreamDataWrapper *wrapper,
CamelStream *stream)
{
g_return_if_fail (wrapper != NULL);
- g_return_if_fail (IS_CAMEL_STREAM_DATA_WRAPPER (wrapper));
+ g_return_if_fail (CAMEL_IS_STREAM_DATA_WRAPPER (wrapper));
g_return_if_fail (stream != NULL);
- g_return_if_fail (IS_CAMEL_STREAM (stream));
+ g_return_if_fail (CAMEL_IS_STREAM (stream));
wrapper->stream = stream;
gtk_signal_connect (GTK_OBJECT (stream), "destroy",
>/+7 * Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-2/+1 * - Stage supportmiwi2014-02-012-3/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - convert to the new perl5 frameworkaz2013-09-021-1/+2 * - Do not remove directories not created by this portmiwi2013-06-092-6/+0 * - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1 * - Get Rid MD5 supportmiwi2011-03-191-1/+0 * Remove garbage.kuriyama2010-04-021-6/+0