From 4156e0aa51ae1e8925537aa4814acfb6eed4923b Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Sun, 6 Sep 2009 14:22:55 +0200 Subject: [PATCH] typofix --- surf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surf.c b/surf.c index 29bf8c6..21b0a9f 100644 --- a/surf.c +++ b/surf.c @@ -349,7 +349,7 @@ loaduri(Client *c, const Arg *arg) { void navigate(Client *c, const Arg *arg) { gint steps = *(gint *)arg; - webkit_web_view_can_go_back_or_forward(c->view, steps); + webkit_web_view_go_back_or_forward(c->view, steps); } Client * -- 2.20.1