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/e-cal-list-view.h | |
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/e-cal-list-view.h')
-rw-r--r-- | calendar/gui/e-cal-list-view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-cal-list-view.h b/calendar/gui/e-cal-list-view.h index 08d5b7c0e8..55eb79f94d 100644 --- a/calendar/gui/e-cal-list-view.h +++ b/calendar/gui/e-cal-list-view.h @@ -28,7 +28,7 @@ #include <gtk/gtktooltips.h> #include <gal/widgets/e-popup-menu.h> -#include "e-cal-view.h" +#include "e-calendar-view.h" #include "gnome-cal.h" #ifdef __cplusplus |