From b2e3d75feb78ea9f667bb7a0779f4adc322aa15f Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 17 Apr 2007 13:57:59 +0000 Subject: [PATCH] * use the new TnyMaemoConicDevice pmo-trunk-r1574 --- src/maemo/modest-platform.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ()); } -- 1.7.9.5