diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-11-02 04:26:38 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-11-02 04:26:38 +0800 |
commit | accdc958be3597df9e71f909814883517be2c62e (patch) | |
tree | b4343ef03022dec39b305dcc1cf27db7fd9ecaac | |
parent | 6418b74f8842b5e341a3bf1b7aa8b1606f52df22 (diff) | |
download | gsoc2013-evolution-accdc958be3597df9e71f909814883517be2c62e.tar.gz gsoc2013-evolution-accdc958be3597df9e71f909814883517be2c62e.tar.zst gsoc2013-evolution-accdc958be3597df9e71f909814883517be2c62e.zip |
Argh, missing commit from yesterday to fix building of the tarball.
svn path=/trunk/; revision=14563
-rw-r--r-- | calendar/gui/dialogs/comp-editor-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/comp-editor-util.h b/calendar/gui/dialogs/comp-editor-util.h index 374352b813..948b34221c 100644 --- a/calendar/gui/dialogs/comp-editor-util.h +++ b/calendar/gui/dialogs/comp-editor-util.h @@ -23,7 +23,7 @@ #include <gtk/gtkwidget.h> #include <bonobo/bonobo-control.h> -#include "../Evolution-Addressbook-SelectNames.h" +#include "Evolution-Addressbook-SelectNames.h" #include "comp-editor-page.h" void comp_editor_dates (CompEditorPageDates *date, CalComponent *comp); |