aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor/Makefile.am
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-06-29 11:53:11 +0800
committerChris Toshok <toshok@src.gnome.org>2001-06-29 11:53:11 +0800
commit51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c (patch)
tree458e7cb2a72d5251ad454bd3b2ca17d4bbc24d79 /addressbook/gui/contact-list-editor/Makefile.am
parent9d83b98a54a420207ed3770bf0d2283d5c7dcd19 (diff)
downloadgsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.tar
gsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.tar.gz
gsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.tar.bz2
gsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.tar.lz
gsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.tar.xz
gsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.tar.zst
gsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.zip
remove ancient e-table include, and add include for contact-editor so we
2001-06-28 Chris Toshok <toshok@ximian.com> * gui/contact-list-editor/Makefile.am (INCLUDES): remove ancient e-table include, and add include for contact-editor so we can reuse the confirm_delete dialog. * gui/contact-list-editor/e-contact-list-editor.h (struct _EContactListEditor): remove prototype for e_contact_list_editor_close, since the function no longer exists. * gui/contact-list-editor/e-contact-list-editor.c (list_deleted_cb): new function, emit our "list_deleted" signal. (delete_cb): new function, called from the Delete toolbar item. (e_contact_list_editor_raise): flesh out function. (extract_info): "evolution_list" => "list". (fill_in_info): same. svn path=/trunk/; revision=10587
Diffstat (limited to 'addressbook/gui/contact-list-editor/Makefile.am')
-rw-r--r--addressbook/gui/contact-list-editor/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-list-editor/Makefile.am b/addressbook/gui/contact-list-editor/Makefile.am
index 5e6229a833..fb16b8e6e7 100644
--- a/addressbook/gui/contact-list-editor/Makefile.am
+++ b/addressbook/gui/contact-list-editor/Makefile.am
@@ -5,7 +5,7 @@ INCLUDES = \
-I$(top_srcdir)/addressbook/ \
-I$(top_srcdir)/addressbook/backend \
-I$(top_srcdir)/addressbook/gui/merging \
- -I$(top_srcdir)/widgets/e-table \
+ -I$(top_srcdir)/addressbook/gui/contact-editor \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DDATADIR=\""$(datadir)"\" \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \