aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor
diff options
context:
space:
mode:
authorHans Petter <hansp@src.gnome.org>2004-06-08 10:24:11 +0800
committerHans Petter <hansp@src.gnome.org>2004-06-08 10:24:11 +0800
commit09b2239379c2020c354b4f591f437499a6440bd4 (patch)
tree55c4f3145a7846d101f0e37fa782516d78388563 /addressbook/gui/contact-list-editor
parentb2885bf8be1bb48634b0c0b5ea40eaa943ff0ff8 (diff)
downloadgsoc2013-evolution-09b2239379c2020c354b4f591f437499a6440bd4.tar
gsoc2013-evolution-09b2239379c2020c354b4f591f437499a6440bd4.tar.gz
gsoc2013-evolution-09b2239379c2020c354b4f591f437499a6440bd4.tar.bz2
gsoc2013-evolution-09b2239379c2020c354b4f591f437499a6440bd4.tar.lz
gsoc2013-evolution-09b2239379c2020c354b4f591f437499a6440bd4.tar.xz
gsoc2013-evolution-09b2239379c2020c354b4f591f437499a6440bd4.tar.zst
gsoc2013-evolution-09b2239379c2020c354b4f591f437499a6440bd4.zip
Like the previous build dep fix, but this works.
svn path=/trunk/; revision=26242
Diffstat (limited to 'addressbook/gui/contact-list-editor')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-editor.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.h b/addressbook/gui/contact-list-editor/e-contact-list-editor.h
index 5a1074321c..9fbda49c5b 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-editor.h
+++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.h
@@ -31,7 +31,6 @@
#include <libebook/e-book-async.h>
#include <libebook/e-contact.h>
#include "addressbook/util/e-destination.h"
-#include "addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.h"
G_BEGIN_DECLS
@@ -75,7 +74,13 @@ struct _EContactListEditor
GtkWidget *ok_button;
GtkWidget *cancel_button;
- GNOME_Evolution_Addressbook_SelectNames corba_select_names;
+ /* FIXME: Unfortunately, we can't use the proper name here, as it'd
+ * create a circular dependency. The long-term solution would be to
+ * move the select-names component out of the component/ dir so it can
+ * be built before sources using this.
+ *
+ * GNOME_Evolution_Addressbook_SelectNames corba_select_names; */
+ gpointer corba_select_names;
/* Whether we are editing a new contact or an existing one */
guint is_new_list : 1;