aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui-day.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui-day.c')
-rw-r--r--src/ui-day.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui-day.c b/src/ui-day.c
index 9c858f1..53cb2f1 100644
--- a/src/ui-day.c
+++ b/src/ui-day.c
@@ -967,9 +967,9 @@ int ui_day_height(int n, void *cb_data)
}
/* Updates the Appointment panel */
-void ui_day_update_panel(int which_pan)
+void ui_day_update_panel(int hilt)
{
- listbox_display(&lb_apt);
+ listbox_display(&lb_apt, hilt);
}
void ui_day_popup_item(void)