diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/calendar-view-factory.c | 2 | ||||
-rw-r--r-- | calendar/gui/calendar-view.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/calendar-view-factory.c b/calendar/gui/calendar-view-factory.c index fb48a5559a..16f2790cfe 100644 --- a/calendar/gui/calendar-view-factory.c +++ b/calendar/gui/calendar-view-factory.c @@ -51,7 +51,7 @@ static GalView * calendar_view_factory_new_view (GalViewFactory *factory, const gchar *name); -G_DEFINE_TYPE (CalendarViewFactory, calendar_view_factory, GAL_VIEW_FACTORY_TYPE) +G_DEFINE_TYPE (CalendarViewFactory, calendar_view_factory, GAL_TYPE_VIEW_FACTORY) /* Class initialization function for the calendar view factory */ static void diff --git a/calendar/gui/calendar-view.c b/calendar/gui/calendar-view.c index b316771ca1..0687fe9817 100644 --- a/calendar/gui/calendar-view.c +++ b/calendar/gui/calendar-view.c @@ -50,7 +50,7 @@ static void calendar_view_set_title (GalView *view, const gchar *title); static const gchar *calendar_view_get_type_code (GalView *view); static GalView *calendar_view_clone (GalView *view); -G_DEFINE_TYPE (CalendarView, calendar_view, GAL_VIEW_TYPE) +G_DEFINE_TYPE (CalendarView, calendar_view, GAL_TYPE_VIEW) /* Class initialization function for the calendar view */ static void |