diff --git a/modules/other/gail/gailtextcell.c b/modules/other/gail/gailtextcell.c index 3dce3fc39b..a4e5528118 100644 --- a/modules/other/gail/gailtextcell.c +++ b/modules/other/gail/gailtextcell.c @@ -467,7 +467,7 @@ create_pango_layout(GtkCellRendererText *gtk_renderer, "text", &renderer_text, "attributes", &attributes, "foreground-set", &foreground_set, - "foreground-gdk", &foreground_rgba, + "foreground-rgba", &foreground_rgba, "strikethrough-set", &strikethrough_set, "strikethrough", &strikethrough, "font-desc", &font_desc,