X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-tny-platform-factory.c;h=e6a38705f3cf8ed0bcebae36f75070e37e921db1;hb=4a090c7aa0e2db13c93f4c04575dd18b0e5bcbfd;hp=dad5e4b5129830a7a9b281458ad5d26481cce761;hpb=39831f5c98fa2ec22d0151f52e52cf49ed81e8d0;p=modest diff --git a/src/modest-tny-platform-factory.c b/src/modest-tny-platform-factory.c index dad5e4b..e6a3870 100644 --- a/src/modest-tny-platform-factory.c +++ b/src/modest-tny-platform-factory.c @@ -39,6 +39,7 @@ #include "modest-tny-platform-factory.h" #include "modest-tny-account-store.h" +#include /* 'private'/'protected' functions */ static void modest_tny_platform_factory_class_init (ModestTnyPlatformFactoryClass *klass); @@ -188,8 +189,8 @@ modest_tny_platform_factory_new_device (TnyPlatformFactory *self) static TnyMsgView* modest_tny_platform_factory_new_msg_view (TnyPlatformFactory *self) { - /* TODO */ - return NULL; + /* Here we'll select one of the implementations available */ + return g_object_new (MODEST_TYPE_MSG_VIEW, NULL); } static TnyMsg*