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 <calcurse@cryptocrack.de>
This commit is contained in:
@@ -499,7 +499,7 @@ void wins_update_panels(int flags)
|
||||
if (flags & FLAG_TOD)
|
||||
ui_todo_update_panel(slctd_win);
|
||||
if (flags & FLAG_CAL)
|
||||
calendar_update_panel(&win[CAL]);
|
||||
ui_calendar_update_panel(&win[CAL]);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user