summaryrefslogtreecommitdiffstats
path: root/apps/plugins/keybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/keybox.c')
-rw-r--r--apps/plugins/keybox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/keybox.c b/apps/plugins/keybox.c
index c6b060c7fd..a241e40440 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();
}
}