X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-tny-platform-factory.c;h=62f8eefe8124f8019c843d416e04725bf8f1c199;hb=07b7ad35990c57d36183fa0914b63e314ffe74ac;hp=84290ef4e85528cc0b44df3ca5541d8b13fe8978;hpb=94dd9606eadbd7df971e7abc458bbbd903cdc772;p=modest diff --git a/src/modest-tny-platform-factory.c b/src/modest-tny-platform-factory.c index 84290ef..62f8eef 100644 --- a/src/modest-tny-platform-factory.c +++ b/src/modest-tny-platform-factory.c @@ -39,8 +39,8 @@ #include "modest-tny-platform-factory.h" #include "modest-tny-account-store.h" -#ifdef MODEST_USE_MOZEMBED -#include +#ifdef MODEST_USE_WEBKIT +#include #else #include #endif @@ -198,8 +198,8 @@ static TnyMsgView* modest_tny_platform_factory_new_msg_view (TnyPlatformFactory *self) { /* Here we'll select one of the implementations available */ -#ifdef MODEST_USE_MOZEMBED - return g_object_new (MODEST_TYPE_MOZEMBED_MSG_VIEW, NULL); +#ifdef MODEST_USE_WEBKIT + return g_object_new (MODEST_TYPE_WEBKIT_MSG_VIEW, NULL); #else return g_object_new (MODEST_TYPE_GTKHTML_MSG_VIEW, NULL); #endif