summaryrefslogtreecommitdiff
path: root/frontends/amiga/search.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-12-30 13:06:42 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-12-30 13:06:42 +0000
commit47379c04442c805af95ba16b9932fbdb549a7594 (patch)
tree1a6d7032a9265ae8c3f186ef5ae718c67894877e /frontends/amiga/search.c
parent9379a64c6dfab6046ba56b8cdb299c4da3d6c3f2 (diff)
downloadnetsurf-47379c04442c805af95ba16b9932fbdb549a7594.tar.gz
netsurf-47379c04442c805af95ba16b9932fbdb549a7594.tar.bz2
Update treeviews to use event callback
Diffstat (limited to 'frontends/amiga/search.c')
-rwxr-xr-xfrontends/amiga/search.c4
1 files changed, 2 insertions, 2 deletions
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;