summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--gtk/gtkexpander.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2322bde022..fa4a834040 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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)
* gtk/gtkcombobox.c (gtk_combo_box_class_init): Add "popdown" binding
diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c
index d0b441960e..7d99da960e 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