diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2010-10-25 13:55:18 +0200 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 15:38:27 +0100 |
commit | 5310ad80704135150440bee501890655525421e8 (patch) | |
tree | 9d3df3bf079d90c882be18e71b3b707dcdb713f7 /gtk/gtkstyle.c | |
parent | 6356f01b06045e31fdbbccf37be4dbd7a1d361e4 (diff) | |
download | gtk+-5310ad80704135150440bee501890655525421e8.tar.gz |
GtkStyle: Get to style GtkCellRendererText text.
Diffstat (limited to 'gtk/gtkstyle.c')
-rw-r--r-- | gtk/gtkstyle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c index 34f5d912bf..7c80afb8b5 100644 --- a/gtk/gtkstyle.c +++ b/gtk/gtkstyle.c @@ -1831,7 +1831,7 @@ transform_detail_string (const gchar *detail, gtk_style_context_add_class (context, "slider"); gtk_style_context_add_class (context, "scrollbar"); } - else if (g_str_has_prefix (detail, "cell_")) + else if (g_str_has_prefix (detail, "cell")) { GtkRegionFlags row, col; gboolean ruled = FALSE; |