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>
This commit is contained in:
Lukas Fleischer
2013-02-14 10:29:57 +01:00
parent 267bf0fc1c
commit c7f3888607
5 changed files with 29 additions and 29 deletions

View File

@@ -21,7 +21,6 @@ calcurse_SOURCES = \
getstring.c \
help.c \
ical.c \
interaction.c \
io.c \
keys.c \
llist.c \
@@ -32,6 +31,7 @@ calcurse_SOURCES = \
sha1.c \
sigs.c \
todo.c \
ui-day.c \
ui-todo.c \
utf8.c \
utils.c \