diff options
author | Dave Bordoley <bordoley@msu.edu> | 2003-02-15 15:48:48 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-02-15 15:48:48 +0800 |
commit | 7207a1355f44aff105a424e30be95d34bf4fe072 (patch) | |
tree | 735e3938c2873c99a44ee2335d8c1c3259886861 /src/window-commands.c | |
parent | 853e7df8135a9a57071e3b0122e4dbf29e447dc9 (diff) | |
download | gsoc2013-epiphany-7207a1355f44aff105a424e30be95d34bf4fe072.tar gsoc2013-epiphany-7207a1355f44aff105a424e30be95d34bf4fe072.tar.gz gsoc2013-epiphany-7207a1355f44aff105a424e30be95d34bf4fe072.tar.bz2 gsoc2013-epiphany-7207a1355f44aff105a424e30be95d34bf4fe072.tar.lz gsoc2013-epiphany-7207a1355f44aff105a424e30be95d34bf4fe072.tar.xz gsoc2013-epiphany-7207a1355f44aff105a424e30be95d34bf4fe072.tar.zst gsoc2013-epiphany-7207a1355f44aff105a424e30be95d34bf4fe072.zip |
src/ephy-window.c src/window-commands.c src/window-commands.h
2003-02-15 Dave Bordoley <bordoley@msu.edu>
* src/ephy-window.c
* src/window-commands.c
* src/window-commands.h
* data/ui/epiphany-ui.xml.in
Added Help->Contents
Move reload and stop to bottom of view menu
Fix mneumonic collision in the go menu
Diffstat (limited to 'src/window-commands.c')
-rw-r--r-- | src/window-commands.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/window-commands.c b/src/window-commands.c index 3518cf953..d03b4438e 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -646,6 +646,13 @@ window_cmd_edit_toolbar (EggAction *action, ephy_editable_toolbar_edit (EPHY_EDITABLE_TOOLBAR (toolbar)); } +void +window_cmd_help_contents (EggAction *action, + EphyWindow *window) +{ + /* FIXME: Need to implement */ +} + void window_cmd_help_about (EggAction *action, EphyWindow *window) |