diff options
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/util/eab-destination.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index efa128b6c5..c1a07e0f9d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,9 @@ 2004-04-05 Chris Toshok <toshok@ximian.com> + * util/eab-destination.h: wrap this with the correct #ifdef. + +2004-04-05 Chris Toshok <toshok@ximian.com> + * gui/merging/eab-contact-merging.c (match_query_callback): use the correct glade filename. 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> |