diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-02-14 10:29:57 +0100 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-02-14 10:34:00 +0100 |
commit | c7f388860736968b1a7a3af98fbbe59acd4abac0 (patch) | |
tree | 9407c6fedff0672a5b4b2569ec362fae446777e8 /src/utils.c | |
parent | 267bf0fc1c3ef59b232ea60e7ccdede664a667e8 (diff) | |
download | calcurse-c7f388860736968b1a7a3af98fbbe59acd4abac0.zip |
Rename appointment/event-related UI functions
* Rename "interaction.c" to "ui-day.c" since it no longer contains
todo-related UI functions.
* Rename appointment/event-related UI functions to ui_day_*().
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/utils.c')
-rw-r--r-- | src/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c index 76cdba6..1192ed8 100644 --- a/src/utils.c +++ b/src/utils.c @@ -105,7 +105,7 @@ void free_user_data(void) recur_apoint_llist_free(); recur_event_llist_free(); for (i = 0; i <= 37; i++) - interact_day_item_cut_free(i); + ui_day_item_cut_free(i); todo_free_list(); notify_free_app(); } |