From da8c338ff084b90e43c2333b91bdcde8d765ff00 Mon Sep 17 00:00:00 2001
From: Philip Langdale <philipl@mail.utexas.edu>
Date: Sat, 12 Nov 2005 20:48:16 +0000
Subject: Remove accelerator actions for extra keybindings.

2005-11-12  Philip Langdale  <philipl@mail.utexas.edu>

	* data/ui/epiphany-ui.xml: Remove accelerator actions
	for extra keybindings.

	* src/ephy-lockdown.c: (update_window):
	Don't manipulate removed "FileSave" action.

	* src/ephy-toolbar.c
	* src/ephy-toolbar.h: (ephy_toolbar_get_action_group):

	Add getter for the toolbar's action group.

	* src/ephy-window.c: (ephy_window_key_press_event):

	Transition over to the Galeon mechanism for handling
	extra keybindings. This maps the keybindings to
	actions so that no extra actions are required. The
	only subtlety is that some of the actions come from
	the toolbar, so access to its action group is required.

	* src/window-commands.c
	* src/window-commands.h: (window_cmd_go_back/forward/home):
	Remove the now unsued back/forward/home callbacks.
---
 src/window-commands.h | 10 ----------
 1 file changed, 10 deletions(-)

(limited to 'src/window-commands.h')

diff --git a/src/window-commands.h b/src/window-commands.h
index d74a54fab..8043bda59 100644
--- a/src/window-commands.h
+++ b/src/window-commands.h
@@ -28,12 +28,6 @@ void window_cmd_edit_find	(GtkAction *action,
 void window_cmd_view_stop	(GtkAction *action,
 				 EphyWindow *window);
 
-void window_cmd_go_back		(GtkAction *action,
-				 EphyWindow *window);
-
-void window_cmd_go_forward	(GtkAction *action,
-				 EphyWindow *window);
-
 void window_cmd_go_location	(GtkAction *action,
 				 EphyWindow *window);
 
@@ -163,7 +157,3 @@ void window_cmd_load_location   (GtkAction *action,
 void window_cmd_browse_with_caret (GtkAction *action,
 				   EphyWindow *window);
 
-#ifdef HAVE_X11_XF86KEYSYM_H
-void window_cmd_go_home		(GtkAction *action,
-				 EphyWindow *window);
-#endif
-- 
cgit