pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e63408f
)
typo
author
Enno Boland (tox)
<tox@s01.de>
Wed, 9 Sep 2009 20:22:20 +0000
(22:22 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Wed, 9 Sep 2009 20:22:20 +0000
(22:22 +0200)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
ae94371
..
5e3fc12
100644
(file)
--- 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(a));
- gtk_adjustment_set_value
(a, v);
+ gtk_adjustment_set_value(a, v);
}
void