diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-04-19 18:36:05 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-04-19 18:36:05 +0800 |
commit | 11a2169cd187c06da6068cd8fa5f725202c680d4 (patch) | |
tree | 845a058bfd219603a905452367739ae7f7bdb23e /lib/ephy-langs.c | |
parent | af383e7037101bcbe21e3da8f33159a66839a220 (diff) | |
download | gsoc2013-epiphany-11a2169cd187c06da6068cd8fa5f725202c680d4.tar gsoc2013-epiphany-11a2169cd187c06da6068cd8fa5f725202c680d4.tar.gz gsoc2013-epiphany-11a2169cd187c06da6068cd8fa5f725202c680d4.tar.bz2 gsoc2013-epiphany-11a2169cd187c06da6068cd8fa5f725202c680d4.tar.lz gsoc2013-epiphany-11a2169cd187c06da6068cd8fa5f725202c680d4.tar.xz gsoc2013-epiphany-11a2169cd187c06da6068cd8fa5f725202c680d4.tar.zst gsoc2013-epiphany-11a2169cd187c06da6068cd8fa5f725202c680d4.zip |
Iso-codes is now mandatory.
2005-04-19 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* lib/ephy-langs.c: (ephy_langs_iso_3166_table):
* src/prefs-dialog.c: (prefs_dialog_finalize),
(get_name_for_lang_code), (setup_add_language_dialog),
(create_language_section):
Iso-codes is now mandatory.
Diffstat (limited to 'lib/ephy-langs.c')
-rw-r--r-- | lib/ephy-langs.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/ephy-langs.c b/lib/ephy-langs.c index 5e2de46f1..09858e1a9 100644 --- a/lib/ephy-langs.c +++ b/lib/ephy-langs.c @@ -28,9 +28,7 @@ #include <string.h> -#ifdef HAVE_ISO_CODES #include <libxml/xmlreader.h> -#endif static const EphyFontsLanguageInfo font_languages [] = { @@ -221,8 +219,6 @@ ephy_langs_get_languages (void) return (char **) g_array_free (array, FALSE); } -#ifdef HAVE_ISO_CODES - #define ISOCODESLOCALEDIR ISO_CODES_PREFIX "/share/locale" static void @@ -413,5 +409,3 @@ ephy_langs_iso_3166_table (void) return table; } - -#endif /* HAVE_ISO_CODES */ |