remove c++ style comment.

2007-05-18  Carlos Garnacho  <carlos@imendio.com>

        * gtk/gtkexpander.c: remove c++ style comment.


svn path=/trunk/; revision=17862
This commit is contained in:
Carlos Garnacho 2007-05-18 13:31:29 +00:00 committed by Carlos Garnacho
parent 1dc2df1565
commit 5938f6add5
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-05-18 Carlos Garnacho <carlos@imendio.com>
* gtk/gtkexpander.c: remove c++ style comment.
2007-05-18 Carlos Garnacho <carlos@imendio.com>
Make combobox menu popdown keybindable (#433593)

View File

@ -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