Don't check ke-recv in gnome, only in maemo
authorJose Dapena Paz <jdapena@igalia.com>
Mon, 14 Dec 2009 14:40:46 +0000 (15:40 +0100)
committerJose Dapena Paz <jdapena@igalia.com>
Mon, 14 Dec 2009 14:40:46 +0000 (15:40 +0100)
src/modest-init.c

index 56a9e7c..7a6a36c 100644 (file)
@@ -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;
 }