summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/chessbox_pgn.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chessbox/chessbox_pgn.c')
-rw-r--r--apps/plugins/chessbox/chessbox_pgn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chessbox/chessbox_pgn.c b/apps/plugins/chessbox/chessbox_pgn.c
index b3e71de77f..6d18986f95 100644
--- a/apps/plugins/chessbox/chessbox_pgn.c
+++ b/apps/plugins/chessbox/chessbox_pgn.c
@@ -628,7 +628,7 @@ struct pgn_game_node* pgn_show_game_list(struct plugin_api* api,
628 } 628 }
629 629
630 630
631 rb->gui_synclist_init(&games_list, &get_game_text, first_game, false, 1); 631 rb->gui_synclist_init(&games_list, &get_game_text, first_game, false, 1, NULL);
632 rb->gui_synclist_set_title(&games_list, "Games", NOICON); 632 rb->gui_synclist_set_title(&games_list, "Games", NOICON);
633 rb->gui_synclist_set_icon_callback(&games_list, NULL); 633 rb->gui_synclist_set_icon_callback(&games_list, NULL);
634 rb->gui_synclist_set_nb_items(&games_list, i); 634 rb->gui_synclist_set_nb_items(&games_list, i);