X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=player%2Fpreferences.c;h=9154f4e290a4299e221fe4211688e2d76cdba244;hb=3ce5b9f501ea360ab84ee35f4ef0b1f1066dee9d;hp=88e88ff1aade52a8b6664c3ae78856079a14128e;hpb=7242acd9825d3395634ab17a8bbfde55694c64bd;p=projects%2Fchimara%2Fchimara.git diff --git a/player/preferences.c b/player/preferences.c index 88e88ff..9154f4e 100644 --- a/player/preferences.c +++ b/player/preferences.c @@ -148,8 +148,8 @@ preferences_create(ChimaraGlk *glk) gtk_tree_store_set(style_list, &grid, 0, "Text grid", -1); int i; - gint num_tags = chimara_glk_get_num_tag_names(glk); - const gchar **tag_names = chimara_glk_get_tag_names(glk); + unsigned int num_tags; + const gchar **tag_names = chimara_glk_get_tag_names(glk, &num_tags); for(i=0; i