From: Dirk-Jan C. Binnema Date: Tue, 17 Apr 2007 13:57:59 +0000 (+0000) Subject: * use the new TnyMaemoConicDevice X-Git-Tag: git_migration_finished~3880 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=b2e3d75feb78ea9f667bb7a0779f4adc322aa15f * use the new TnyMaemoConicDevice pmo-trunk-r1574 --- diff --git a/src/maemo/modest-platform.c b/src/maemo/modest-platform.c index 6b5a227..e70eb05 100644 --- a/src/maemo/modest-platform.c +++ b/src/maemo/modest-platform.c @@ -40,7 +40,7 @@ #include #endif /*MODEST_HILDON_VERSION_0*/ -#include +#include #include #include #include @@ -63,7 +63,7 @@ modest_platform_init (void) TnyDevice* modest_platform_get_new_device (void) { - return TNY_DEVICE (tny_maemo_device_new ()); + return TNY_DEVICE (tny_maemo_conic_device_new ()); }