diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 8 | ||||
-rw-r--r-- | calendar/gui/dialogs/Makefile.am | 13 | ||||
-rw-r--r-- | calendar/gui/e-select-names-editable.c | 2 |
3 files changed, 9 insertions, 14 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 62d6ec54d9..63a1cd7ad2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2004-12-23 Hans Petter Jansson <hpj@novell.com> + + * gui/e-select-names-editable.c: Correct bad include. + + * gui/dialogs/Makefile.am (IDL_GENERATED_H) + (IDL_GENERATED) + (BUILT_SOURCES): No longer needed, removed. + 2004-12-22 Hans Petter Jansson <hpj@novell.com> * gui/Makefile.am (IDLS) diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am index c34b49d097..03f05715ed 100644 --- a/calendar/gui/dialogs/Makefile.am +++ b/calendar/gui/dialogs/Makefile.am @@ -1,16 +1,3 @@ -IDLS = $(top_srcdir)/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl - -IDL_GENERATED_H = \ - Evolution-Addressbook-SelectNames.h -IDL_GENERATED = $(IDL_GENERATED_H) - -$(IDL_GENERATED_H): $(IDLS) - $(ORBIT_IDL) -I $(srcdir) $(IDL_INCLUDES) \ - --nostubs --noskels --nocommon \ - $(top_srcdir)/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl - -BUILT_SOURCES = $(IDL_GENERATED) - INCLUDES = \ -DG_LOG_DOMAIN=\"calendar-gui\" \ -I$(top_srcdir) \ diff --git a/calendar/gui/e-select-names-editable.c b/calendar/gui/e-select-names-editable.c index 249d20d328..60289a5b74 100644 --- a/calendar/gui/e-select-names-editable.c +++ b/calendar/gui/e-select-names-editable.c @@ -24,7 +24,7 @@ #include <gdk/gdkkeysyms.h> #include <gtk/gtkcelleditable.h> #include <libebook/e-destination.h> -#include <libedataserverui/e-select-names-entry.h> +#include <libedataserverui/e-name-selector-entry.h> #include "e-select-names-editable.h" |