diff options
| author | Teruaki Kawashima <teru@rockbox.org> | 2009-10-12 13:55:59 +0000 |
|---|---|---|
| committer | Teruaki Kawashima <teru@rockbox.org> | 2009-10-12 13:55:59 +0000 |
| commit | 4d900bd786b37a2d9a5bdff0d557c667d6d897ba (patch) | |
| tree | c481ab7a733ad2c6f5617a554afa56e208c0093c /apps/plugins/SOURCES | |
| parent | 7a5904cf1c7fbe27bdb383322d0c45eebb401f33 (diff) | |
| download | rockbox-4d900bd786b37a2d9a5bdff0d557c667d6d897ba.zip rockbox-4d900bd786b37a2d9a5bdff0d557c667d6d897ba.tar.gz rockbox-4d900bd786b37a2d9a5bdff0d557c667d6d897ba.tar.bz2 rockbox-4d900bd786b37a2d9a5bdff0d557c667d6d897ba.tar.xz | |
New plugin theme_remove which offers a way to remove specified theme.
See the manual for usage.
Flyspray: FS#10187
Author: myself, manual by David Kauffmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23130 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index a15564d..d89b0b6 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -16,6 +16,7 @@ snow.c sort.c stats.c stopwatch.c +theme_remove.c vbrfix.c viewer.c #ifdef HAVE_BACKLIGHT |