summaryrefslogtreecommitdiff
path: root/apps/gui/scrollbar.c
diff options
context:
space:
mode:
authorKevin Ferrare <kevin@rockbox.org>2005-10-28 23:52:49 +0000
committerKevin Ferrare <kevin@rockbox.org>2005-10-28 23:52:49 +0000
commitd452d26885e67aa7d95f50afcbed14c1b837200d (patch)
treef3b4de36b83d65351b05d7fe7ea08d9c1e73319c /apps/gui/scrollbar.c
parent6ff84632164962aa20a808e7c6708b7a02b015a1 (diff)
downloadrockbox-d452d26885e67aa7d95f50afcbed14c1b837200d.tar.gz
rockbox-d452d26885e67aa7d95f50afcbed14c1b837200d.zip
Changed some fn names, also corrected a bug with fonts and made the filetree work like the original one (stop on reaching list limits when pressing button)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7679 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/scrollbar.c')
-rw-r--r--apps/gui/scrollbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/scrollbar.c b/apps/gui/scrollbar.c
index 9d5717f1a7..da6e18ca91 100644
--- a/apps/gui/scrollbar.c
+++ b/apps/gui/scrollbar.c
@@ -7,7 +7,7 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) Markus Braun (2002), Kévin FERRARE (2005) 10 * Copyright (C) Markus Braun (2002), Kevin FERRARE (2005)
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 13 * See the file COPYING in the source tree root for full license agreement.