diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2006-11-16 02:53:44 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2006-11-16 02:53:44 +0000 |
| commit | 7b8b0ff49192007d791038cda2d3f44f004ff169 (patch) | |
| tree | 6515041a44eb261160763a53cbdefd71a125d794 /apps/plugins/lib/SOURCES | |
| parent | 407284818411f82419679d39686f5402596f3725 (diff) | |
| download | rockbox-7b8b0ff49192007d791038cda2d3f44f004ff169.zip rockbox-7b8b0ff49192007d791038cda2d3f44f004ff169.tar.gz rockbox-7b8b0ff49192007d791038cda2d3f44f004ff169.tar.bz2 rockbox-7b8b0ff49192007d791038cda2d3f44f004ff169.tar.xz | |
implement actions in the plugins, bubbles and metronome converted.
(hopefully buttons are correct, let me know in
http://forums.rockbox.org/index.php?topic=5829.0 if there is a major
stuff up)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11535 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib/SOURCES')
| -rw-r--r-- | apps/plugins/lib/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index 6002934..d57db3b 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -25,3 +25,4 @@ xlcd_scroll.c bmp.c #endif #endif +pluginlib_actions.c |