aboutsummaryrefslogtreecommitdiffstats
path: root/src/vars.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vars.c')
-rw-r--r--src/vars.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vars.c b/src/vars.c
index a54b702..0235089 100644
--- a/src/vars.c
+++ b/src/vars.c
@@ -161,7 +161,7 @@ void vars_init(void)
wins_set_layout(1);
- calendar_set_first_day_of_week(MONDAY);
+ ui_calendar_set_first_day_of_week(MONDAY);
/* Pad structure to scroll text inside the appointment panel */
apad.length = 1;
@@ -171,5 +171,5 @@ void vars_init(void)
custom_init_attr();
/* Start at the current date */
- calendar_init_slctd_day();
+ ui_calendar_init_slctd_day();
}