diff options
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) |