This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6164 - PLAY action executes again on exit from settings_save_config()
Attached to Project:
Rockbox
Opened by Stephane Doyon (sdoyon) - Wednesday, 11 October 2006, 03:35 GMT+1
Last edited by Jonathan Gordon (jdgordon) - Sunday, 22 July 2007, 07:50 GMT+1
Opened by Stephane Doyon (sdoyon) - Wednesday, 11 October 2006, 03:35 GMT+1
Last edited by Jonathan Gordon (jdgordon) - Sunday, 22 July 2007, 07:50 GMT+1
|
DetailsAfter saving settings, the release action for the PLAY button is executed
again from the file browser, going to WPS and toggling playback... I believe this patch should fix this detail. |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Sunday, 22 July 2007, 07:50 GMT+1
Reason for closing: Fixed
Additional comments about closing: fixed a while ago. trying not to reintroduce.
Sunday, 22 July 2007, 07:50 GMT+1
Reason for closing: Fixed
Additional comments about closing: fixed a while ago. trying not to reintroduce.
signalscreenchange() shhuold only be called in functions which actually have a button loop,
Hopefully the new menu system will be commited soon which will solve this problem.