stupidy merge
authorEnno Boland (tox) <tox@s01.de>
Sun, 6 Sep 2009 12:13:17 +0000 (14:13 +0200)
committerEnno Boland (tox) <tox@s01.de>
Sun, 6 Sep 2009 12:13:17 +0000 (14:13 +0200)
surf.c

diff --git a/surf.c b/surf.c
index b7e6dd0..29bf8c6 100644 (file)
--- 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(WebKitWebView *web_view, steps);
+       webkit_web_view_can_go_back_or_forward(c->view, steps);
 }
 
 Client *