typofix
This commit is contained in:
parent
7822a6e829
commit
4156e0aa51
2
surf.c
2
surf.c
|
@ -349,7 +349,7 @@ loaduri(Client *c, const Arg *arg) {
|
||||||
void
|
void
|
||||||
navigate(Client *c, const Arg *arg) {
|
navigate(Client *c, const Arg *arg) {
|
||||||
gint steps = *(gint *)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 *
|
Client *
|
||||||
|
|
Loading…
Reference in New Issue