From: Sergio Villar Senin Date: Tue, 16 Jan 2007 08:53:37 +0000 (+0000) Subject: * Fixed a compilation warning X-Git-Tag: git_migration_finished~4240 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=142c99c86f16004fca01c6144275b25d40cf8373 * Fixed a compilation warning pmo-trunk-r639 --- 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); }