aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-list-view-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-cal-list-view-config.c')
-rw-r--r--calendar/gui/e-cal-list-view-config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/e-cal-list-view-config.c b/calendar/gui/e-cal-list-view-config.c
index 5e4bbc31d2..e7d82230df 100644
--- a/calendar/gui/e-cal-list-view-config.c
+++ b/calendar/gui/e-cal-list-view-config.c
@@ -167,7 +167,7 @@ set_timezone (ECalListView *list_view)
if (!zone)
zone = icaltimezone_get_utc_timezone ();
- e_cal_view_set_timezone (E_CAL_VIEW (list_view), zone);
+ e_calendar_view_set_timezone (E_CALENDAR_VIEW (list_view), zone);
g_free (location);
}
@@ -190,7 +190,7 @@ set_twentyfour_hour (ECalListView *list_view)
use_24_hour = calendar_config_get_24_hour_format ();
- e_cal_view_set_use_24_hour_format (E_CAL_VIEW (list_view), use_24_hour);
+ e_calendar_view_set_use_24_hour_format (E_CALENDAR_VIEW (list_view), use_24_hour);
}
static void