summaryrefslogtreecommitdiff
path: root/apps/plugins/calendar.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/calendar.c')
-rw-r--r--apps/plugins/calendar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/calendar.c b/apps/plugins/calendar.c
index 3299a81273..a70f47c34b 100644
--- a/apps/plugins/calendar.c
+++ b/apps/plugins/calendar.c
@@ -964,7 +964,7 @@ static bool view_events(int selected, struct shown *shown)
964 while (!exit) 964 while (!exit)
965 { 965 {
966 button = rb->get_action(CONTEXT_LIST, TIMEOUT_BLOCK); 966 button = rb->get_action(CONTEXT_LIST, TIMEOUT_BLOCK);
967 rb->gui_synclist_do_button(&gui_memos, &button, LIST_WRAP_UNLESS_HELD); 967 rb->gui_synclist_do_button(&gui_memos, &button);
968 968
969 switch (button) 969 switch (button)
970 { 970 {