diff options
-rw-r--r-- | addressbook/ChangeLog | 7 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/Makefile.am | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f43d81cf87..5ac4d74978 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ +2004-02-03 Dan Winship <danw@ximian.com> + + * gui/component/select-names/Makefile.am (INCLUDES): add + widgets/misc for e-activity-handler.h + 2004-02-03 Sivaiah Nallagatla <snallagatla@novell.com> - + * gui/component/addressbook-config.c (dialog_to_source) (source_to_dialog) : use gtk_spin_button_* apis to get and set values for download limit spin button instead of gtk_entry diff --git a/addressbook/gui/component/select-names/Makefile.am b/addressbook/gui/component/select-names/Makefile.am index b64cf31689..8cd1235be2 100644 --- a/addressbook/gui/component/select-names/Makefile.am +++ b/addressbook/gui/component/select-names/Makefile.am @@ -27,8 +27,7 @@ INCLUDES = \ -I$(top_builddir) \ -I$(top_srcdir)/shell \ -I$(top_builddir)/shell \ - -I$(top_srcdir)/widgets/e-text \ - -I$(top_srcdir)/widgets/e-table \ + -I$(top_srcdir)/widgets/misc \ -I$(top_srcdir)/addressbook/gui/minicard \ -I$(top_srcdir)/addressbook/gui/widgets \ -I$(top_srcdir)/addressbook/contact-editor \ |