diff options
author | Philip Langdale <philipl@mail.utexas.edu> | 2005-10-22 00:15:10 +0800 |
---|---|---|
committer | Philip Langdale <philipl@src.gnome.org> | 2005-10-22 00:15:10 +0800 |
commit | e5bda8ab43ca8f63376714a00dea3228ada16a9e (patch) | |
tree | 2bba75a47a2a10cded18cc6785177133eb9f2a92 /src/window-commands.h | |
parent | 8e4b79936d79e1fb33947fbfbea1f69141488790 (diff) | |
download | gsoc2013-epiphany-e5bda8ab43ca8f63376714a00dea3228ada16a9e.tar gsoc2013-epiphany-e5bda8ab43ca8f63376714a00dea3228ada16a9e.tar.gz gsoc2013-epiphany-e5bda8ab43ca8f63376714a00dea3228ada16a9e.tar.bz2 gsoc2013-epiphany-e5bda8ab43ca8f63376714a00dea3228ada16a9e.tar.lz gsoc2013-epiphany-e5bda8ab43ca8f63376714a00dea3228ada16a9e.tar.xz gsoc2013-epiphany-e5bda8ab43ca8f63376714a00dea3228ada16a9e.tar.zst gsoc2013-epiphany-e5bda8ab43ca8f63376714a00dea3228ada16a9e.zip |
Point main menu UI at toolbar actions. Don't try and change the state of
2005-10-21 Philip Langdale <philipl@mail.utexas.edu>
* data/ui/epiphany-ui.xml:
Point main menu UI at toolbar actions.
* src/ephy-lockdown.c:
(update_window): Don't try and change the state of
the now non-existent menu specific actions.
* src/ephy-toolbar.c
(ephy_toolbar_set_window): Sync up toolbar actions
so that they will appear in menus to be identical to
the old menu specific actions. This just means adding
accelerators and shortcuts and adjusting tooltip text.
* src/ephy-window.c
(sync_tab_navigation): Remove the menu specific actions
and consequently, don't try to manipulate them.
* src/window-commands.c
* src/window-commands.h:
(window_cmd_go_up): Remove unused callback.
Diffstat (limited to 'src/window-commands.h')
-rw-r--r-- | src/window-commands.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/window-commands.h b/src/window-commands.h index 4669b3971..d74a54fab 100644 --- a/src/window-commands.h +++ b/src/window-commands.h @@ -37,9 +37,6 @@ void window_cmd_go_forward (GtkAction *action, void window_cmd_go_location (GtkAction *action, EphyWindow *window); -void window_cmd_go_up (GtkAction *action, - EphyWindow *window); - void window_cmd_go_myportal (GtkAction *action, EphyWindow *window); |