repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: b3303f07d1e0ba0cfb5e9471b67726b01b6d0638:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit b3303f07d1e0ba0cfb5e9471b67726b01b6d0638
Author: Emanuele Giaquinta 
Date:   Wed Jan 2 08:24:39 2008 +0000

    Fix typo.

diff --git a/src/scrollbar.C b/src/scrollbar.C
index e299cc3c7bcd35f7a63f74a7fa6d2dddb21e57d9..
index ..08a24f94a3e1c6a16d355976764e25476691c535 100644
--- a/src/scrollbar.C
+++ b/src/scrollbar.C
@@ -161,7 +161,7 @@ rxvt_term::scrollbar_show (int update)
       scrollBar.top = (scrollBar.beg + (top * scrollbar_size ()) / len);
       scrollBar.len = ((bot - top) * scrollbar_size ()) / len +
                       scrollbar_minheight () + adj;
-      scrollBar.bot = (scrollBar.top + ScrollBar.len);
+      scrollBar.bot = (scrollBar.top + scrollBar.len);
       /* no change */
       if (scrollBar.top == scrollBar.last_top
           && scrollBar.bot == scrollBar.last_bot

-----END OF PAGE-----