]> Pileus Git - ~andy/gtk/commitdiff
gailtextcell: Fix typo
authorJavier Jardón <jjardon@gnome.org>
Sun, 12 Jun 2011 20:45:47 +0000 (21:45 +0100)
committerJavier Jardón <jjardon@gnome.org>
Sun, 12 Jun 2011 20:46:18 +0000 (21:46 +0100)
modules/other/gail/gailtextcell.c

index 3dce3fc39b9ef07f0b105087f4a60cd0b520212c..a4e5528118e0d146902a6e46a8f9f61ebca6b056 100644 (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,