pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f7fdd1
)
small typo.
author
Enno Boland (tox)
<tox@s01.de>
Mon, 8 Mar 2010 08:30:26 +0000
(09:30 +0100)
committer
Enno Boland (tox)
<tox@s01.de>
Mon, 8 Mar 2010 08:30:26 +0000
(09:30 +0100)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
ec6574a
..
197de44
100644
(file)
--- a/
surf.c
+++ b/
surf.c
@@
-434,7
+434,7
@@
loaduri(Client *c, const Arg *arg) {
void
navigate(Client *c, const Arg *arg) {
-
gint steps = *(g
int *)arg;
+
int steps = *(
int *)arg;
webkit_web_view_go_back_or_forward(c->view, steps);
}