diff options
author | Hans Petter Jansson <hpj@novell.com> | 2004-12-23 14:53:54 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-12-23 14:53:54 +0800 |
commit | f055485f906d93a18b1c7a114c7ba8e33ebe2ed3 (patch) | |
tree | 193a6b1be0fb7e1e3af12edf50b415bc3e43cfa7 /calendar/gui/e-select-names-editable.c | |
parent | 0eabd23e17847dc35b67f6ef4cd84af0a25e5dcd (diff) | |
download | gsoc2013-evolution-f055485f906d93a18b1c7a114c7ba8e33ebe2ed3.tar.gz 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
Diffstat (limited to 'calendar/gui/e-select-names-editable.c')
-rw-r--r-- | calendar/gui/e-select-names-editable.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |