From 47379c04442c805af95ba16b9932fbdb549a7594 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 30 Dec 2016 13:06:42 +0000 Subject: Update treeviews to use event callback --- frontends/amiga/search.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/amiga/search.c') diff --git a/frontends/amiga/search.c b/frontends/amiga/search.c index 7e2b9a45a..99ee5b41e 100755 --- a/frontends/amiga/search.c +++ b/frontends/amiga/search.c @@ -94,9 +94,9 @@ static struct gui_search_table search_table = { ami_search_set_back_state, }; -static struct ami_win_event_table ami_search_table = { +static const struct ami_win_event_table ami_search_table = { ami_search_event, - NULL, /* we don't explicitly close the search window n the frontend */ + NULL, /* we don't explicitly close the search window on quit */ }; struct gui_search_table *amiga_search_table = &search_table; -- cgit v1.2.3