From e21cab6a7fc68b311a79a067b408da23173fb255 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Mon, 24 Jan 2011 15:01:34 +0000 Subject: Added local history overlay svn path=/trunk/netsurf/; revision=11479 --- cocoa/BrowserViewController.m | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cocoa/BrowserViewController.m') diff --git a/cocoa/BrowserViewController.m b/cocoa/BrowserViewController.m index 0d08676be..f4bc5abce 100644 --- a/cocoa/BrowserViewController.m +++ b/cocoa/BrowserViewController.m @@ -151,4 +151,9 @@ static inline bool compare_float( float a, float b ) } +- (IBAction) showHistory: (id) sender; +{ + [browserView toggleHistory]; +} + @end -- cgit v1.2.3