aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-session.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-session.c')
-rw-r--r--camel/camel-session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-session.c b/camel/camel-session.c
index a5d48a69ab..42f681f626 100644
--- a/camel/camel-session.c
+++ b/camel/camel-session.c
@@ -125,7 +125,7 @@ camel_session_get_store_from_provider (CamelSession *session, CamelProvider *pro
g_assert(session);
g_assert(provider);
- store = gtk_object_new (provider->object_type, NULL);
+ store = CAMEL_STORE (gtk_object_new (provider->object_type, NULL));
#warning set the url to a useful value.
camel_store_init(store, session, NULL);
return store;