diff options
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/dialogs/Makefile.am | 13 | ||||
-rw-r--r-- | calendar/gui/e-select-names-editable.c | 2 |
2 files changed, 1 insertions, 14 deletions
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" |