From 142c99c86f16004fca01c6144275b25d40cf8373 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Tue, 16 Jan 2007 08:53:37 +0000 Subject: [PATCH] * Fixed a compilation warning pmo-trunk-r639 --- src/modest-tny-platform-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 1.7.9.5