aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/util
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-04-06 09:10:37 +0800
committerChris Toshok <toshok@src.gnome.org>2004-04-06 09:10:37 +0800
commitf647532142b8ffd31af30a00e92e55716cd6a775 (patch)
treeb6bc6dbb4ac5d345ad2838eb301b88c3f1d6e449 /addressbook/util
parent2e0dac30be563758445a8c7207eb5f49b3f53649 (diff)
downloadgsoc2013-evolution-f647532142b8ffd31af30a00e92e55716cd6a775.tar
gsoc2013-evolution-f647532142b8ffd31af30a00e92e55716cd6a775.tar.gz
gsoc2013-evolution-f647532142b8ffd31af30a00e92e55716cd6a775.tar.bz2
gsoc2013-evolution-f647532142b8ffd31af30a00e92e55716cd6a775.tar.lz
gsoc2013-evolution-f647532142b8ffd31af30a00e92e55716cd6a775.tar.xz
gsoc2013-evolution-f647532142b8ffd31af30a00e92e55716cd6a775.tar.zst
gsoc2013-evolution-f647532142b8ffd31af30a00e92e55716cd6a775.zip
wrap this with the correct #ifdef.
2004-04-05 Chris Toshok <toshok@ximian.com> * util/eab-destination.h: wrap this with the correct #ifdef. svn path=/trunk/; revision=25328
Diffstat (limited to 'addressbook/util')
-rw-r--r--addressbook/util/eab-destination.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/util/eab-destination.h b/addressbook/util/eab-destination.h
index 2c8e2abc11..1a0cbf6b5f 100644
--- a/addressbook/util/eab-destination.h
+++ b/addressbook/util/eab-destination.h
@@ -25,8 +25,8 @@
* USA.
*/
-#ifndef __E_DESTINATION_H__
-#define __E_DESTINATION_H__
+#ifndef __EAB_DESTINATION_H__
+#define __EAB_DESTINATION_H__
#include <glib.h>
#include <glib-object.h>