Introduction
Introduction Statistics Contact Development Disclaimer Help
ttypo fix - surf - customized build of surf, the suckless webkit browser
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 124d3e89dd242042648a5615e3d975f085b1f0d5
parent f0e0656f38682d54d8b981fe579767d4fa9638fd
Author: Enno Boland (tox) <[email protected]>
Date: Mon, 7 Sep 2009 09:48:28 +0200
ttypo fix
Diffstat:
M surf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/surf.c b/surf.c
t@@ -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);
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.