diff options
author | Dan Winship <danw@src.gnome.org> | 2004-02-04 01:32:38 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2004-02-04 01:32:38 +0800 |
commit | 94e236152d4bd194f053e2dd70c174c0137e1f4d (patch) | |
tree | db96917cefa5001a91b4f38e08f6634e751d5a79 /addressbook | |
parent | 234e62851ed6c3d6f8c3e8ffc35a24bec31f86f2 (diff) | |
download | gsoc2013-evolution-94e236152d4bd194f053e2dd70c174c0137e1f4d.tar.gz gsoc2013-evolution-94e236152d4bd194f053e2dd70c174c0137e1f4d.tar.zst gsoc2013-evolution-94e236152d4bd194f053e2dd70c174c0137e1f4d.zip |
add widgets/misc for e-activity-handler.h
* gui/component/select-names/Makefile.am (INCLUDES): add
widgets/misc for e-activity-handler.h
svn path=/trunk/; revision=24588
Diffstat (limited to 'addressbook')
-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 \ |