From cbc214e24821d4ae8d38b70cde5ba436db94a674 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Mon, 14 Dec 2009 15:40:46 +0100 Subject: [PATCH] Don't check ke-recv in gnome, only in maemo --- src/modest-init.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modest-init.c b/src/modest-init.c index 56a9e7c..7a6a36c 100644 --- a/src/modest-init.c +++ b/src/modest-init.c @@ -184,12 +184,14 @@ modest_init_get_default_header_view_column_ids (TnyFolderType folder_type, Modes static gboolean force_ke_recv_load (void) { +#ifdef MODEST_PLATFORM_MAEMO if (strcmp ("cerm_device_memory_full", _KR("cerm_device_memory_full")) == 0) { g_debug ("%s: cannot get translation for cerm_device_memory_full", __FUNCTION__); return FALSE; } +#endif return TRUE; } -- 1.7.9.5