Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10482 - Warn about erasing dynamic playlist when loading bookmark

Attached to Project: Rockbox
Opened by Tuomas Airaksinen (tuma) - Saturday, 01 August 2009, 20:34 GMT+2
Last edited by Bertrik Sikken (bertrik) - Sunday, 26 September 2010, 23:13 GMT+2
Task Type Patches
Category Playlists
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

A bugfix.
   bookmark.diff (0.6 KiB)
 bookmark.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

This task depends upon

Closed by  Bertrik Sikken (bertrik)
Sunday, 26 September 2010, 23:13 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Committed as SVN r28176, thanks.
Comment by Tuomas Airaksinen (tuma) - Monday, 14 September 2009, 10:07 GMT+2
please apply this or give a reason for rejecting this simple but obviously useful patch. not too many lines to inspect in this patch.. :P
Comment by Bertrik Sikken (bertrik) - Thursday, 05 August 2010, 17:40 GMT+2
Please explain what the problem is, and why it is a bug.
Please explain how your patch fixes the problem.

Just stating "A bugfix" doesn't help to get this applied.
Comment by Tuomas Airaksinen (tuma) - Thursday, 05 August 2010, 17:48 GMT+2
The problem scenario: You have made a new (dynamic, not saved) playlist. You go to Recent bookmarks and load a bookmark of another list/folder. Your dynamic playlist is lost.
Fix: Add warning query before erasing dynamic playlist before the bookmark is loaded.

Loading...