summaryrefslogtreecommitdiff
path: root/apps/plugins/shortcuts/shortcuts_view.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/shortcuts/shortcuts_view.c')
-rw-r--r--apps/plugins/shortcuts/shortcuts_view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/shortcuts/shortcuts_view.c b/apps/plugins/shortcuts/shortcuts_view.c
index 4ef1bbc816..503db56d30 100644
--- a/apps/plugins/shortcuts/shortcuts_view.c
+++ b/apps/plugins/shortcuts/shortcuts_view.c
@@ -117,7 +117,7 @@ bool list_sc(bool is_editable)
117 117
118 /* Setup the GUI list object, draw it to the screen, 118 /* Setup the GUI list object, draw it to the screen,
119 * and then handle the user input to it */ 119 * and then handle the user input to it */
120 rb->gui_synclist_init(&gui_sc, &build_sc_list, &sc_file, false, 1); 120 rb->gui_synclist_init(&gui_sc, &build_sc_list, &sc_file, false, 1, NULL);
121 rb->gui_synclist_set_title(&gui_sc, 121 rb->gui_synclist_set_title(&gui_sc,
122 (is_editable?"Shortcuts (editable)":"Shortcuts (sealed)"), NOICON); 122 (is_editable?"Shortcuts (editable)":"Shortcuts (sealed)"), NOICON);
123 rb->gui_synclist_set_nb_items(&gui_sc, sc_file.entry_cnt); 123 rb->gui_synclist_set_nb_items(&gui_sc, sc_file.entry_cnt);