This commit is contained in:
Enno Boland (tox) 2009-09-07 09:48:28 +02:00
parent f0e0656f38
commit 124d3e89dd
1 changed files with 1 additions and 1 deletions

2
surf.c
View File

@ -568,7 +568,7 @@ zoompage(Client *c, const Arg *arg) {
webkit_web_view_zoom_out(c->view);
else if(arg->i > 0) /* zoom in */
webkit_web_view_zoom_in(c->view);
else /* absolute level */
else /* reset */
webkit_web_view_set_zoom_level(c->view, 1.0);
}