aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-new-bookmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bookmarks/ephy-new-bookmark.c')
-rw-r--r--src/bookmarks/ephy-new-bookmark.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/bookmarks/ephy-new-bookmark.c b/src/bookmarks/ephy-new-bookmark.c
index ec913b112..3e12ec602 100644
--- a/src/bookmarks/ephy-new-bookmark.c
+++ b/src/bookmarks/ephy-new-bookmark.c
@@ -32,6 +32,7 @@
#include "ephy-topics-selector.h"
#include "ephy-debug.h"
#include "ephy-stock-icons.h"
+#include "ephy-gui.h"
static void ephy_new_bookmark_class_init (EphyNewBookmarkClass *klass);
static void ephy_new_bookmark_init (EphyNewBookmark *editor);
@@ -144,12 +145,6 @@ ephy_new_bookmark_finalize (GObject *object)
}
static void
-ephy_new_bookmark_help ()
-{
- /* FIXME: Hook up Help */
-}
-
-static void
ephy_new_bookmark_add (EphyNewBookmark *new_bookmark)
{
char *title;
@@ -186,7 +181,9 @@ response_cb (EphyNewBookmark *new_bookmark,
switch (response_id)
{
case GTK_RESPONSE_HELP:
- ephy_new_bookmark_help ();
+ ephy_gui_help (GTK_WINDOW (new_bookmark),
+ "epiphany",
+ "to-create-new-bookmark");
break;
case GTK_RESPONSE_CANCEL:
break;