From: nls Date: Thu, 13 May 2010 22:21:09 +0000 (+0000) Subject: FS#11272 by Gerhard Zintel fixing a bug when resetting the database in keybox X-Git-Url: https://repo.or.cz/w/kugel-rb.git/commitdiff_plain/1692cd8c8f9251df0abbc8f6baf33732ca92333f FS#11272 by Gerhard Zintel fixing a bug when resetting the database in keybox git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26004 a1c6a512-1295-4272-9138-f99709370657 --- diff --git a/apps/plugins/keybox.c b/apps/plugins/keybox.c index c6b060c7f..a241e4044 100644 --- a/apps/plugins/keybox.c +++ b/apps/plugins/keybox.c @@ -608,6 +608,7 @@ static void reset(void) rb->remove(KEYBOX_FILE); rb->memset(&buffer, 0, sizeof(buffer)); rb->memset(&pw_list, 0, sizeof(pw_list)); + rb->gui_synclist_set_nb_items(&kb_list, 0); init_ll(); } } diff --git a/docs/CREDITS b/docs/CREDITS index 6991331ec..9821eff69 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -539,6 +539,7 @@ Tore Johnny BrÄtveit Marcin Bukat Andrew Rodland Luca Leonardo Scorcia +Gerhard Zintel The libmad team The wavpack team