Introduction
Introduction Statistics Contact Development Disclaimer Help
typo - surf - surf browser, a WebKit based browser
git clone git://git.suckless.org/surf
Log
Files
Refs
README
LICENSE
---
commit b35dd763449dcfce376844565133f2149b9f4084
parent e63408f34e9e84623b8fc02b73825e5c6ca29a05
Author: Enno Boland (tox) <[email protected]>
Date: Wed, 9 Sep 2009 22:22:20 +0200
typo
Diffstat:
M surf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/surf.c b/surf.c
@@ -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(…
- gtk_adjustment_set_value (a, v);
+ gtk_adjustment_set_value(a, v);
}
void
You are viewing proxied material from suckless.org. 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.