aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@novell.com>2004-12-23 14:53:54 +0800
committerHans Petter <hansp@src.gnome.org>2004-12-23 14:53:54 +0800
commitf055485f906d93a18b1c7a114c7ba8e33ebe2ed3 (patch)
tree193a6b1be0fb7e1e3af12edf50b415bc3e43cfa7
parent0eabd23e17847dc35b67f6ef4cd84af0a25e5dcd (diff)
downloadgsoc2013-evolution-f055485f906d93a18b1c7a114c7ba8e33ebe2ed3.tar
gsoc2013-evolution-f055485f906d93a18b1c7a114c7ba8e33ebe2ed3.tar.gz
gsoc2013-evolution-f055485f906d93a18b1c7a114c7ba8e33ebe2ed3.tar.bz2
gsoc2013-evolution-f055485f906d93a18b1c7a114c7ba8e33ebe2ed3.tar.lz
gsoc2013-evolution-f055485f906d93a18b1c7a114c7ba8e33ebe2ed3.tar.xz
gsoc2013-evolution-f055485f906d93a18b1c7a114c7ba8e33ebe2ed3.tar.zst
gsoc2013-evolution-f055485f906d93a18b1c7a114c7ba8e33ebe2ed3.zip
Correct bad include.
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. svn path=/trunk/; revision=28187
-rw-r--r--calendar/ChangeLog8
-rw-r--r--calendar/gui/dialogs/Makefile.am13
-rw-r--r--calendar/gui/e-select-names-editable.c2
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"