From b51816c222dded2095fc2d5c1581575540095f43 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 14 Aug 2012 13:41:30 +0100 Subject: Clean up search gui callbacks. --- cocoa/SearchWindowController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa/SearchWindowController.m') 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, -- cgit v1.2.3