ttypo - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b35dd763449dcfce376844565133f2149b9f4084
 (DIR) parent e63408f34e9e84623b8fc02b73825e5c6ca29a05
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Wed,  9 Sep 2009 22:22:20 +0200
       
       ttypo
       Diffstat:
         M surf.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/surf.c b/surf.c
       t@@ -539,7 +539,7 @@ scroll(Client *c, const Arg *arg) {
                v += gtk_adjustment_get_step_increment(a) * arg->i;
                v = MAX(v, 0.0);
                v = MIN(v, gtk_adjustment_get_upper(a) - gtk_adjustment_get_page_size(a));
       -        gtk_adjustment_set_value (a, v);
       +        gtk_adjustment_set_value(a, v);
        }
        
        void