* src/modest-init.c:
authorJose Dapena Paz <jdapena@igalia.com>
Mon, 26 Nov 2007 13:00:43 +0000 (13:00 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Mon, 26 Nov 2007 13:00:43 +0000 (13:00 +0000)
* Remove platform maemo ifdefs in i18n trick. This way
  i18n fallbacks to en_GB in case no strings are available,
  also for gnome.

pmo-trunk-r3813

src/modest-init.c

index 3bb5408..e81aa98 100644 (file)
@@ -551,7 +551,6 @@ init_debug_logging (void)
 static void
 init_i18n (void)
 {
 static void
 init_i18n (void)
 {
-#ifdef MODEST_PLATFORM_MAEMO
        /* little trick make en_GB the fallback language, instead
         * of the logical IDs
         * we need the ugly ifdefs, because modest_platform_init is
        /* little trick make en_GB the fallback language, instead
         * of the logical IDs
         * we need the ugly ifdefs, because modest_platform_init is
@@ -568,7 +567,6 @@ init_i18n (void)
                g_free (language);
        }
        /* end of little trick */
                g_free (language);
        }
        /* end of little trick */
-#endif /*MODEST_PLATFORM_MAEMO */
 
        bindtextdomain (GETTEXT_PACKAGE, MODEST_LOCALE_DIR);
        bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
 
        bindtextdomain (GETTEXT_PACKAGE, MODEST_LOCALE_DIR);
        bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");