pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0e0656
)
typo fix
author
Enno Boland (tox)
<tox@s01.de>
Mon, 7 Sep 2009 07:48:28 +0000
(09:48 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Mon, 7 Sep 2009 07:48:28 +0000
(09:48 +0200)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
2a78c06
..
47005b7
100644
(file)
--- a/
surf.c
+++ b/
surf.c
@@
-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);
}