Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#11272 - keybox: reset function does not work properly

Attached to Project: Rockbox
Opened by Gerhard Zintel (Gerbil) - Thursday, 13 May 2010, 23:38 GMT+2
Last edited by Nils Wallménius (nls) - Friday, 14 May 2010, 00:21 GMT+2
Task Type Patches
Category Plugins
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Release 3.4
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Plugin: keybox
detected on: Sansa e200v1
description:
* launch keybox plugin
* enter keybox (data base exists with N items)
* leave data base by pressing << (left)
* reset keybox
* enter keybox again (you have to give new password)

Instead of an empty data base, N items are displayed with text "yes". After inserting the first new item, all is ok again.

The patch simply adds rb->gui_synclist_set_nb_items(&kb_list, 0); into the reset function.
   keybox.diff (0.4 KiB)
 apps/plugins/keybox.c |    1 +
 1 file changed, 1 insertion(+)

This task depends upon

Closed by  Nils Wallménius (nls)
Friday, 14 May 2010, 00:21 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  committed, thanks!

Loading...