aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-day-view.h
diff options
context:
space:
mode:
authorJP Rosevear <jpr@src.gnome.org>2003-11-07 13:52:24 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-11-07 13:52:24 +0800
commit200606f92810d3de322e5ee96f8326e1a656f8bb (patch)
treeda0dc27f5311128dcb6e7eb6400931e45743372e /calendar/gui/e-day-view.h
parente5472b4cc9a4bb80b89437a16f8b77943ea35555 (diff)
downloadgsoc2013-evolution-200606f92810d3de322e5ee96f8326e1a656f8bb.tar.gz
gsoc2013-evolution-200606f92810d3de322e5ee96f8326e1a656f8bb.tar.zst
gsoc2013-evolution-200606f92810d3de322e5ee96f8326e1a656f8bb.zip
Various changes to merge in evolution-data-server reliance.
svn path=/trunk/; revision=23206
Diffstat (limited to 'calendar/gui/e-day-view.h')
-rw-r--r--calendar/gui/e-day-view.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/calendar/gui/e-day-view.h b/calendar/gui/e-day-view.h
index cb691f5762..e31f0946dd 100644
--- a/calendar/gui/e-day-view.h
+++ b/calendar/gui/e-day-view.h
@@ -169,7 +169,7 @@ typedef enum
typedef struct _EDayViewEvent EDayViewEvent;
struct _EDayViewEvent {
- E_CAL_VIEW_EVENT_FIELDS
+ E_CALENDAR_VIEW_EVENT_FIELDS
/* For events in the main canvas, this contains the start column.
For long events in the top canvas, this is its row. */
@@ -194,7 +194,7 @@ typedef struct _EDayViewClass EDayViewClass;
struct _EDayView
{
- ECalView cal_view;
+ ECalendarView cal_view;
/* The top canvas where the dates and long appointments are shown. */
GtkWidget *top_canvas;
@@ -211,7 +211,7 @@ struct _EDayView
GtkWidget *vscrollbar;
/* S-expression for query and the query object */
- CalQuery *query;
+ ECalView *query;
/* The start and end of the days shown. */
time_t lower;
@@ -408,7 +408,7 @@ struct _EDayView
/* These are used when resizing events. */
gint resize_event_day;
gint resize_event_num;
- ECalViewPosition resize_drag_pos;
+ ECalendarViewPosition resize_drag_pos;
gint resize_start_row;
gint resize_end_row;
@@ -456,7 +456,7 @@ struct _EDayView
struct _EDayViewClass
{
- ECalViewClass parent_class;
+ ECalendarViewClass parent_class;
};