URI:
       ttypo fix - surf - customized build of surf, the suckless webkit browser
  HTML git clone git://src.adamsgaard.dk/surf
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 124d3e89dd242042648a5615e3d975f085b1f0d5
   DIR parent f0e0656f38682d54d8b981fe579767d4fa9638fd
  HTML Author: Enno Boland (tox) <tox@s01.de>
       Date:   Mon,  7 Sep 2009 09:48:28 +0200
       
       ttypo fix
       Diffstat:
         M surf.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR 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);
        }