aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@mail.utexas.edu>2005-11-13 04:48:16 +0800
committerPhilip Langdale <philipl@src.gnome.org>2005-11-13 04:48:16 +0800
commitda8c338ff084b90e43c2333b91bdcde8d765ff00 (patch)
treefe7a7429cff1800e2839ac7aa8a5c30919e6c744 /data
parentd211a9678ff2a47bfcf6ce2ede0979f01f536fe9 (diff)
downloadgsoc2013-epiphany-da8c338ff084b90e43c2333b91bdcde8d765ff00.tar
gsoc2013-epiphany-da8c338ff084b90e43c2333b91bdcde8d765ff00.tar.gz
gsoc2013-epiphany-da8c338ff084b90e43c2333b91bdcde8d765ff00.tar.bz2
gsoc2013-epiphany-da8c338ff084b90e43c2333b91bdcde8d765ff00.tar.lz
gsoc2013-epiphany-da8c338ff084b90e43c2333b91bdcde8d765ff00.tar.xz
gsoc2013-epiphany-da8c338ff084b90e43c2333b91bdcde8d765ff00.tar.zst
gsoc2013-epiphany-da8c338ff084b90e43c2333b91bdcde8d765ff00.zip
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.
Diffstat (limited to 'data')
-rw-r--r--data/ui/epiphany-ui.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml
index 60339dfc7..087118f11 100644
--- a/data/ui/epiphany-ui.xml
+++ b/data/ui/epiphany-ui.xml
@@ -186,21 +186,5 @@
<accelerator name="AlwaysStopAccel" action="ViewAlwaysStop"/>
<accelerator name="BrowseWithCaretAccel" action="BrowseWithCaret"/>
-<accelerator name="FileSaveAccel" action="FileSave"/>
-<accelerator name="ForceReloadAccel" action="ForceReload"/>
-<accelerator name="XFKeyHomePageAccel" action="XFKeyHomePage"/>
-<accelerator name="XFKeyBackAccel" action="XFKeyBack"/>
-<accelerator name="XFKeyForwardAccel" action="XFKeyForward"/>
-<accelerator name="XFKeyStopAccel" action="XFKeyStop"/>
-<accelerator name="XFKeyRefreshAccel" action="XFKeyRefresh"/>
-<accelerator name="XFKeyFavoritesAccel" action="XFKeyFavorites"/>
-<accelerator name="XFKeyHistoryAccel" action="XFKeyHistory"/>
-<accelerator name="XFKeyOpenURLAccel" action="XFKeyOpenURL"/>
-<accelerator name="XFKeyAddFavoriteAccel" action="XFKeyAddFavorite"/>
-<accelerator name="XFKeyGoAccel" action="XFKeyGo"/>
-<accelerator name="XFKeyReloadAccel" action="XFKeyReload"/>
-<accelerator name="XFKeySendToAccel" action="XFKeySendTo"/>
-<accelerator name="XFKeyZoomInAccel" action="XFKeyZoomIn"/>
-<accelerator name="XFKeyZoomOutAccel" action="XFKeyZoomOut"/>
</ui>