From 6be59e74845e71b11e1ade1e7e8de2ad6d87f590 Mon Sep 17 00:00:00 2001 From: David Adam Bordoley Date: Thu, 8 May 2003 16:22:12 +0000 Subject: Convenience function for displaying help. Remove unneeded include of 2003-05-08 David Adam Bordoley * lib/ephy-gui.c: (ephy_gui_help): * lib/ephy-gui.h: Convenience function for displaying help. Remove unneeded include of gnome-dialog.h * src/ephy-history-window.c: (cmd_help_contents): * src/prefs-dialog.c: (prefs_dialog_show_help): * src/window-commands.c: (window_cmd_help_contents), (window_cmd_help_about): * src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_help), (bookmark_properties_response_cb): * src/bookmarks/ephy-bookmarks-editor.c: (cmd_help_contents): * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_help), (response_cb): Hook up help to windows/dialogs. Add the guilty parties to about. * help/C/epiphany.xml: Fixed the "To Create a New Bookmark" id. --- src/ephy-history-window.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/ephy-history-window.c') diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index 1e2a3e524..fac5c5243 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -43,6 +43,7 @@ #include "ephy-debug.h" #include "ephy-new-bookmark.h" #include "ephy-stock-icons.h" +#include "ephy-gui.h" #include "toolbar.h" static GtkTargetEntry page_drag_types [] = @@ -477,7 +478,9 @@ static void cmd_help_contents (EggAction *action, EphyHistoryWindow *editor) { - /*FIXME: Implement help.*/ + ephy_gui_help (GTK_WINDOW (editor), + "epiphany", + "ephy-managing-history"); } GType -- cgit v1.2.3