X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-platform-factory.c;h=d6a6a0889d6576233a452f5487af1f02dff43c34;hp=dcf393fdeee9de500f0076476e8e25a95b67b6fb;hb=142c99c86f16004fca01c6144275b25d40cf8373;hpb=2421e0b02cdc109f0937a2edfff3299f87ba8895 diff --git a/src/modest-tny-platform-factory.c b/src/modest-tny-platform-factory.c index dcf393f..d6a6a08 100644 --- a/src/modest-tny-platform-factory.c +++ b/src/modest-tny-platform-factory.c @@ -218,7 +218,7 @@ modest_tny_platform_factory_new_account_store (TnyPlatformFactory *self) if (!priv->account_store) { if (!priv->account_mgr) - modest_tny_platform_factory_get_account_mgr_instance (self); + modest_tny_platform_factory_get_account_mgr_instance (MODEST_TNY_PLATFORM_FACTORY (self)); priv->account_store = modest_tny_account_store_new (priv->account_mgr); }