GtkStyle: Get to style GtkCellRendererText text.

This commit is contained in:
Carlos Garnacho
2010-10-25 13:55:18 +02:00
parent 6356f01b06
commit 5310ad8070

View File

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