X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=player%2Fpreferences.c;h=9154f4e290a4299e221fe4211688e2d76cdba244;hb=7cbc2c68d146433b1d438d60406ca05e14a523ce;hp=ad77ee6b8b63b2810d21569d6159c3457c823208;hpb=7543c5f20317092baacaa868c6fcff273f05e715;p=projects%2Fchimara%2Fchimara.git diff --git a/player/preferences.c b/player/preferences.c index ad77ee6..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