gailtextcell: Fix typo

This commit is contained in:
Javier Jardón 2011-06-12 21:45:47 +01:00
parent 391917063e
commit 7c0e18f8a6

View File

@ -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,