X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=player%2Fpreferences.c;h=1f39927082e077073dc8b0aa978a3434521e4595;hb=fd95bbfc8f01fe812d9f24d1d377079df5f968d5;hp=88e88ff1aade52a8b6664c3ae78856079a14128e;hpb=36d2b1cc41af8ef5d9e67785f9601f11242196ca;p=projects%2Fchimara%2Fchimara.git diff --git a/player/preferences.c b/player/preferences.c index 88e88ff..1f39927 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