aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-i18n.h
diff options
context:
space:
mode:
authorChyla Zbigniew <chyla@src.gnome.org>2001-01-28 20:35:09 +0800
committerChyla Zbigniew <chyla@src.gnome.org>2001-01-28 20:35:09 +0800
commit0b38dc678a3a539fc04517dfcffbe84dca68991b (patch)
tree4c765fa6fe01ac2b63eb9dc416934900f4be60a4 /e-util/e-i18n.h
parentdd79fab2f6725e00bdf620b6b6a368d823f7c5b8 (diff)
downloadgsoc2013-evolution-0b38dc678a3a539fc04517dfcffbe84dca68991b.tar
gsoc2013-evolution-0b38dc678a3a539fc04517dfcffbe84dca68991b.tar.gz
gsoc2013-evolution-0b38dc678a3a539fc04517dfcffbe84dca68991b.tar.bz2
gsoc2013-evolution-0b38dc678a3a539fc04517dfcffbe84dca68991b.tar.lz
gsoc2013-evolution-0b38dc678a3a539fc04517dfcffbe84dca68991b.tar.xz
gsoc2013-evolution-0b38dc678a3a539fc04517dfcffbe84dca68991b.tar.zst
gsoc2013-evolution-0b38dc678a3a539fc04517dfcffbe84dca68991b.zip
Don't #define __GNOME_I18N_H__ if it's already defined.
* gal/util/e-i18n.h: Don't #define __GNOME_I18N_H__ if it's already defined. *gal/util/e-xml-utils.c: Functions moved from Gnumeric: e_xml_get_child_by_name_by_lang_list, e_xml_get_child_by_name_by_lang_list_with_score (static), e_xml_get_child_by_name_no_lang. New functions (for completness): e_xml_get_integer_prop_by_name_with_default, e_xml_get_string_prop_by_name_with_default, e_xml_get_uint_prop_by_name, e_xml_get_uint_prop_by_name_with_default, e_xml_set_uint_prop_by_name. Now every e_xml_get_*_prop_by_name function just calls e_xml_get_*_prop_by_name_with_default with some sensible default value. Formatting fixes here and there. svn path=/trunk/; revision=7874
Diffstat (limited to 'e-util/e-i18n.h')
-rw-r--r--e-util/e-i18n.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-i18n.h b/e-util/e-i18n.h
index 53e4c17155..33e53cdaee 100644
--- a/e-util/e-i18n.h
+++ b/e-util/e-i18n.h
@@ -34,6 +34,8 @@
# define N_(String) (String)
#endif
+#ifndef __GNOME_I18N_H__
#define __GNOME_I18N_H__ 1
+#endif
#endif /* __E_I18N_H__ */