From 3c310a6753141eb1a01acdacc3d2286080183d0f Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sun, 29 Jun 2008 18:15:58 +0000 Subject: embed: remove ephy_embed_go_forward. Use WebKit API directly. svn path=/trunk/; revision=8305 --- src/ephy-navigation-action.c | 2 +- src/epiphany.defs | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'src') diff --git a/src/ephy-navigation-action.c b/src/ephy-navigation-action.c index d4df0845b..7677f8598 100644 --- a/src/ephy-navigation-action.c +++ b/src/ephy-navigation-action.c @@ -380,7 +380,7 @@ ephy_navigation_action_activate (GtkAction *gtk_action) NULL, EPHY_LINK_NEW_TAB); } - ephy_embed_go_forward (embed); + webkit_web_view_go_forward (web_view); } else if (action->priv->direction == EPHY_NAVIGATION_DIRECTION_UP) { diff --git a/src/epiphany.defs b/src/epiphany.defs index bcd74f807..0d4a9793e 100644 --- a/src/epiphany.defs +++ b/src/epiphany.defs @@ -1162,12 +1162,6 @@ (return-type "gboolean") ) -(define-method go_forward - (of-object "EphyEmbed") - (c-name "ephy_embed_go_forward") - (return-type "none") -) - (define-method go_up (of-object "EphyEmbed") (c-name "ephy_embed_go_up") -- cgit v1.2.3