diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2004-09-20 13:59:55 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-09-20 13:59:55 +0800 |
commit | ef6a3af717132e0750f226fa8a0ee0f3c98e19f0 (patch) | |
tree | f4ed25f7a247a8ccb855a8d940777e7a3d21a3e3 /addressbook | |
parent | 96111b1f1487ca3fe454b340a73ba927cc6bfb83 (diff) | |
download | gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.tar.gz gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.tar.zst gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.zip |
Merged notzed-eplugin-2-branch to head.
svn path=/trunk/; revision=27300
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/util/e-destination.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index d39695a5fb..0839ed0d34 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -414,6 +414,11 @@ Don't set empty default value on an int, this causes gconf warning. (bug #60859) +2004-09-04 Not Zed <NotZed@Ximian.com> + + * util/e-destination.c: include gnome-i18n.h since camel-object no + longer does(!). + 2004-07-02 Hans Petter Jansson <hpj@ximian.com> * gui/contact-list-editor/e-contact-list-editor.c diff --git a/addressbook/util/e-destination.c b/addressbook/util/e-destination.c index d81cbd7fbb..3b72ee8673 100644 --- a/addressbook/util/e-destination.c +++ b/addressbook/util/e-destination.c @@ -61,6 +61,7 @@ #include <glib.h> #include <libxml/xmlmemory.h> +#include <libgnome/gnome-i18n.h> #include <camel/camel-internet-address.h> #define d(x) |