diff options
author | JP Rosevear <jpr@ximian.com> | 2004-03-16 00:53:51 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-03-16 00:53:51 +0800 |
commit | d3145f766ad4fea8a18619d79a3d7387cc26523f (patch) | |
tree | baac2d4fdd9c936163b4179125407ad0049eee2d /calendar/gui/comp-util.c | |
parent | 58b352c98afda13fb05ea5a491a5ebf256050c19 (diff) | |
download | gsoc2013-evolution-d3145f766ad4fea8a18619d79a3d7387cc26523f.tar.gz gsoc2013-evolution-d3145f766ad4fea8a18619d79a3d7387cc26523f.tar.zst gsoc2013-evolution-d3145f766ad4fea8a18619d79a3d7387cc26523f.zip |
Rename e-cal-view to e-calendar-view and fix includes
2004-03-15 JP Rosevear <jpr@ximian.com>
* Rename e-cal-view to e-calendar-view and fix includes
* gui/dialogs/comp-editor-page.c (comp_editor_page_fill_widgets):
pre-conditions should return FALS
* gui/e-cal-model.c (copy_ecdv): return the new struct
* gui/Makefile.am: build renamed files
svn path=/trunk/; revision=25075
Diffstat (limited to 'calendar/gui/comp-util.c')
-rw-r--r-- | calendar/gui/comp-util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/comp-util.c b/calendar/gui/comp-util.c index efe9c99aa1..9da6b1bb30 100644 --- a/calendar/gui/comp-util.c +++ b/calendar/gui/comp-util.c @@ -25,7 +25,6 @@ #include <string.h> #include <time.h> -#include "e-cal-view.h" #include "calendar-config.h" #include "comp-util.h" #include "dialogs/delete-comp.h" |