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;