pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7822a6e
)
typofix
author
Enno Boland (tox)
<tox@s01.de>
Sun, 6 Sep 2009 12:22:55 +0000
(14:22 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Sun, 6 Sep 2009 12:22:55 +0000
(14:22 +0200)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
29bf8c6
..
21b0a9f
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(c->view, steps);
+ webkit_web_view_go_back_or_forward(c->view, steps);
}
Client *