diff options
Diffstat (limited to 'gtk/gtkstyle.c')
-rw-r--r-- | gtk/gtkstyle.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c index a59f1e4bb4..9fea0d3420 100644 --- a/gtk/gtkstyle.c +++ b/gtk/gtkstyle.c @@ -1805,10 +1805,7 @@ transform_detail_string (const gchar *detail, strcmp (detail, "viewportbin") == 0) gtk_style_context_add_class (context, "viewport"); else if (strncmp (detail, "trough", 6) == 0) - { - gtk_style_context_add_class (context, "scrollbar"); - gtk_style_context_add_class (context, "trough"); - } + gtk_style_context_add_class (context, "trough"); else if (strcmp (detail, "spinbutton") == 0) gtk_style_context_add_class (context, "spinbutton"); else if (strcmp (detail, "spinbutton_up") == 0) |