diff options
| author | Kevin Ferrare <kevin@rockbox.org> | 2005-11-04 07:18:36 +0000 |
|---|---|---|
| committer | Kevin Ferrare <kevin@rockbox.org> | 2005-11-04 07:18:36 +0000 |
| commit | cbbdc95d9ccb5dc678daa9e22aeed81dfe72ef8e (patch) | |
| tree | e7ce1fc3e7b7e0a935470d76e934599000886afd /apps/SOURCES | |
| parent | 12a4ba0d76cff7976055819965ae1a8e92a502bd (diff) | |
| download | rockbox-cbbdc95d9ccb5dc678daa9e22aeed81dfe72ef8e.zip rockbox-cbbdc95d9ccb5dc678daa9e22aeed81dfe72ef8e.tar.gz rockbox-cbbdc95d9ccb5dc678daa9e22aeed81dfe72ef8e.tar.bz2 rockbox-cbbdc95d9ccb5dc678daa9e22aeed81dfe72ef8e.tar.xz | |
Fixed a bug in the multi-screen menus, the statusbar wasn't refreshed when coming from some custom wps that erases it ; Initial support for options in the menus
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7747 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
| -rw-r--r-- | apps/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index 42633a2..8b2184b 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -37,6 +37,7 @@ gui/buttonbar.c gui/icon.c gui/list.c gui/scrollbar.c +gui/select.c gui/splash.c gui/statusbar.c gui/textarea.c |