summaryrefslogtreecommitdiff
path: root/gtk/gtkexpander.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2007-04-30 17:57:53 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-04-30 17:57:53 +0000
commit3cc1085d978db3f698071141fd64133a483d2015 (patch)
tree9457601eb614c26628e2114964cd7425392c9d29 /gtk/gtkexpander.c
parent34c0f15bdfc76b34cb0c3a488766abb43e4ee1eb (diff)
downloadgtk+-3cc1085d978db3f698071141fd64133a483d2015.tar.gz
A NO_WINDOW widget must not set the background of its window. (#433972,
2007-04-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkexpander.c (gtk_expander_realize): A NO_WINDOW widget must not set the background of its window. (#433972, Guilherme Polo) svn path=/trunk/; revision=17744
Diffstat (limited to 'gtk/gtkexpander.c')
-rw-r--r--gtk/gtkexpander.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c
index 5e38ec980e..d0b441960e 100644
--- a/gtk/gtkexpander.c
+++ b/gtk/gtkexpander.c
@@ -411,7 +411,7 @@ gtk_expander_realize (GtkWidget *widget)
gdk_window_set_user_data (priv->event_window, widget);
widget->style = gtk_style_attach (widget->style, widget->window);
- gtk_style_set_background (widget->style, widget->window, GTK_STATE_NORMAL);
+ //gtk_style_set_background (widget->style, widget->window, GTK_STATE_NORMAL);
}
static void