summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r--gtk/gtklabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index 3a9828e9f0..990243b3da 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -828,7 +828,7 @@ gtk_label_update_layout_attributes (GtkLabel *self,
g_slist_free (attributes);
}
- link_color = gtk_css_color_value_get_rgba (style->core->color);
+ link_color = &style->core->_color;
attr = pango_attr_foreground_new (link_color->red * 65535,
link_color->green * 65535,
link_color->blue * 65535);