summaryrefslogtreecommitdiff
path: root/cocoa/SearchWindowController.m
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-14 13:41:30 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-14 13:41:30 +0100
commitb51816c222dded2095fc2d5c1581575540095f43 (patch)
tree73ec14030619a8852c6155d64874c40f533e5bae /cocoa/SearchWindowController.m
parent119b5cca3f7e61e96bd62477d3ab40d3deeed64b (diff)
downloadnetsurf-b51816c222dded2095fc2d5c1581575540095f43.tar.gz
netsurf-b51816c222dded2095fc2d5c1581575540095f43.tar.bz2
Clean up search gui callbacks.
Diffstat (limited to 'cocoa/SearchWindowController.m')
-rw-r--r--cocoa/SearchWindowController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/SearchWindowController.m b/cocoa/SearchWindowController.m
index 0f5ce85bf..858ed0e0d 100644
--- a/cocoa/SearchWindowController.m
+++ b/cocoa/SearchWindowController.m
@@ -26,7 +26,7 @@
static void cocoa_search_set_back( bool active, void *p );
static void cocoa_search_set_forward( bool active, void *p );
-static struct search_callbacks cocoa_search_callbacks = {
+static struct gui_search_callbacks cocoa_search_callbacks = {
.forward_state = cocoa_search_set_forward,
.back_state = cocoa_search_set_back,
.status = NULL,