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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +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. + 2005-10-21 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-loader.c: (ephy_loader_get_object): |