From: Carlos Garnacho Date: Fri, 18 May 2007 13:31:29 +0000 (+0000) Subject: remove c++ style comment. X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=5938f6add5cbd0a3db4bfc67cabcbaace8ec9f9d;p=~andy%2Fgtk remove c++ style comment. 2007-05-18 Carlos Garnacho * gtk/gtkexpander.c: remove c++ style comment. svn path=/trunk/; revision=17862 --- diff --git a/ChangeLog b/ChangeLog index 2322bde02..fa4a83404 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-18 Carlos Garnacho + + * gtk/gtkexpander.c: remove c++ style comment. + 2007-05-18 Carlos Garnacho Make combobox menu popdown keybindable (#433593) diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c index d0b441960..7d99da960 100644 --- a/gtk/gtkexpander.c +++ b/gtk/gtkexpander.c @@ -411,7 +411,6 @@ 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); } static void