summaryrefslogtreecommitdiff
path: root/x11-themes/gnome-themes-extras/files/patch-Smooth::smooth_style.c
blob: d3728a2302da90d8b86da5e6e2bab4e5f546264c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Smooth/smooth_style.c.orig	Thu Dec 11 10:05:56 2003
+++ Smooth/smooth_style.c	Thu Dec 11 10:06:13 2003
@@ -707,7 +707,7 @@
 {
   g_return_if_fail(sanitize_parameters(style, window, &width, &height));
 
-  if ((EDGE_LINE_STYLE(style,NULL) == SMOOTH_LINE_FLAT)  && DETAIL ("entry") && widget && (GTK_IS_SPIN_BUTTON (widget) || (widget->parent && GTK_IS_COMBO(widget->parent)))) 
+  if ((EDGE_LINE_STYLE(style,NULL) == SMOOTH_LINE_FLAT)  && DETAIL ("entry") && widget && (GTK_IS_SPIN_BUTTON (widget) || (widget->parent && GTK_IS_COMBO_BOX(widget->parent)))) 
   {
        gtk_paint_flat_box(style, window, widget->state, GTK_SHADOW_NONE, area, widget, "entry_bg", x, y, width, height);