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/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.c') diff --git a/src/utils.c b/src/utils.c index 1192ed8..7baa961 100644 --- a/src/utils.c +++ b/src/utils.c @@ -80,7 +80,7 @@ void exit_calcurse(int status) } else was_interactive = 0; - calendar_stop_date_thread(); + ui_calendar_stop_date_thread(); io_stop_psave_thread(); free_user_data(); keys_free(); -- cgit v1.2.3-54-g00ecf