From 806673dd9b256e879d1483255886a8881d1d8115 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 14 Feb 2013 10:52:44 +0100 Subject: calendar.c: Rename to "ui-calendar.c" This unit belongs to the presentation layer -- rename the file accordingly. Also, rename calendar_*() to ui_calendar_*(). Signed-off-by: Lukas Fleischer --- src/vars.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vars.c') 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(); } -- cgit v1.2.3-54-g00ecf