Introduction
Introduction Statistics Contact Development Disclaimer Help
ttypofix - surf - customized build of surf, the suckless webkit browser
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 4156e0aa51ae1e8925537aa4814acfb6eed4923b
parent 7822a6e829638c83bc8743b593144145cb531f5c
Author: Enno Boland (tox) <[email protected]>
Date: Sun, 6 Sep 2009 14:22:55 +0200
ttypofix
Diffstat:
M surf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/surf.c b/surf.c
t@@ -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 *
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.