diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-navigation-action.c | 2 | ||||
-rw-r--r-- | src/epiphany.defs | 6 |
2 files changed, 1 insertions, 7 deletions
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") |