diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-03-23 18:24:31 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-04-07 19:18:30 +0800 |
commit | a8333818241c60c0c111e7b7ac68ca80ec8fdb5d (patch) | |
tree | 8c32fba5bfd563bcef2711dfe4093f5758adf732 /plugins | |
parent | fe177f5a12127203f0b77c32ec0ae17d7394f6b2 (diff) | |
download | gsoc2013-evolution-a8333818241c60c0c111e7b7ac68ca80ec8fdb5d.tar.gz gsoc2013-evolution-a8333818241c60c0c111e7b7ac68ca80ec8fdb5d.tar.zst gsoc2013-evolution-a8333818241c60c0c111e7b7ac68ca80ec8fdb5d.zip |
Alter UI conditional syntax to be more familiar cpp style, which
avoids the need for intltool changes.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/bbdb/gaimbuddies.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/bbdb/gaimbuddies.c b/plugins/bbdb/gaimbuddies.c index 184c071e39..586f5083b7 100644 --- a/plugins/bbdb/gaimbuddies.c +++ b/plugins/bbdb/gaimbuddies.c @@ -40,6 +40,7 @@ #include <string.h> #include <libebook/e-book.h> +#undef EDS_DISABLE_DEPRECATED #include <libedataserver/md5-utils.h> #include <libedataserverui/e-source-combo-box.h> |