[gtk+/gtk-style-context] GtkStyle: Get to style GtkCellRendererText text.



commit c1ba95c956e659de9ee885beddb329e6ce208b6a
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Oct 25 13:55:18 2010 +0200

    GtkStyle: Get to style GtkCellRendererText text.

 gtk/gtkstyle.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c
index 34f5d91..7c80afb 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]