diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2009-11-01 02:36:51 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2009-11-01 02:36:51 +0000 |
commit | 235d1ae79574476b2ed5167b33dc8e06489b35a0 (patch) | |
tree | dc3416696b60f4abdb8a387193bc8ad37500a75f /apps/gui/skin_engine/skin_parser.c | |
parent | bf751924dc4ed49ad0f0fb704531d1e4290b58cb (diff) |
Fix FS#10745 - %mv not working in sbs...
This fix is as good as we can do, but not perfect. Because the sbs is only updated when a button is pressed it will stay in the "volume changing" state probalby longer than expected.. which isnt terrible, but useful to remember.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23455 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/skin_engine/skin_parser.c')
-rw-r--r-- | apps/gui/skin_engine/skin_parser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/skin_parser.c b/apps/gui/skin_engine/skin_parser.c index 434e7c9fa5..7f6e80d108 100644 --- a/apps/gui/skin_engine/skin_parser.c +++ b/apps/gui/skin_engine/skin_parser.c @@ -1632,7 +1632,6 @@ void skin_data_reset(struct wps_data *wps_data) #endif wps_data->tokens = NULL; wps_data->num_tokens = 0; - wps_data->button_time_volume = 0; #ifdef HAVE_LCD_BITMAP wps_data->peak_meter_enabled = false; |