summaryrefslogtreecommitdiff
path: root/gtk/gtkstyle.c
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2010-10-25 13:55:18 +0200
committerCarlos Garnacho <carlosg@gnome.org>2010-12-04 15:38:27 +0100
commit5310ad80704135150440bee501890655525421e8 (patch)
tree9d3df3bf079d90c882be18e71b3b707dcdb713f7 /gtk/gtkstyle.c
parent6356f01b06045e31fdbbccf37be4dbd7a1d361e4 (diff)
downloadgtk+-5310ad80704135150440bee501890655525421e8.tar.gz
GtkStyle: Get to style GtkCellRendererText text.
Diffstat (limited to 'gtk/gtkstyle.c')
-rw-r--r--gtk/gtkstyle.c2
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;