summaryrefslogtreecommitdiff
path: root/gtk/gtkcssfontfeaturesvalue.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2019-04-09 05:40:50 +0200
committerBenjamin Otte <otte@redhat.com>2019-04-12 19:34:28 +0200
commit1cd93961548efd7386fbd403f8b374ec41d08ffd (patch)
treef54f70c5006441cddcbbe42981170989d7b5a916 /gtk/gtkcssfontfeaturesvalue.c
parentde73ac980f2c4a7ce981910d4ebd68591bde7329 (diff)
downloadgtk+-1cd93961548efd7386fbd403f8b374ec41d08ffd.tar.gz
css: Review error messages
... and move them from _gtk_css_parser_error() to the proper new error message.
Diffstat (limited to 'gtk/gtkcssfontfeaturesvalue.c')
-rw-r--r--gtk/gtkcssfontfeaturesvalue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcssfontfeaturesvalue.c b/gtk/gtkcssfontfeaturesvalue.c
index 5f7dce764b..67110a878c 100644
--- a/gtk/gtkcssfontfeaturesvalue.c
+++ b/gtk/gtkcssfontfeaturesvalue.c
@@ -245,7 +245,7 @@ gtk_css_font_features_value_parse (GtkCssParser *parser)
if (!is_valid_opentype_tag (name))
{
- _gtk_css_parser_error (parser, "Not a valid OpenType tag.");
+ gtk_css_parser_error_value (parser, "Not a valid OpenType tag.");
g_free (name);
_gtk_css_value_unref (result);
return NULL;