]> Pileus Git - ~andy/gtk/commitdiff
remove c++ style comment.
authorCarlos Garnacho <carlos@imendio.com>
Fri, 18 May 2007 13:31:29 +0000 (13:31 +0000)
committerCarlos Garnacho <carlosg@src.gnome.org>
Fri, 18 May 2007 13:31:29 +0000 (13:31 +0000)
2007-05-18  Carlos Garnacho  <carlos@imendio.com>

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

svn path=/trunk/; revision=17862

ChangeLog
gtk/gtkexpander.c

index 2322bde022f6486ae91813899f375eca40e56ab8..fa4a83404085f0f5246bc046d73701ad44014a16 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
index d0b441960eafe7f07eed37040c1c4be996a6abe6..7d99da960ecd623b025efa8ca913829381dba658 100644 (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