diff --git a/ChangeLog b/ChangeLog index f1786585ff..090a753d63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-02-25 Matthias Clasen + * demos/testpixbuf.c (main): Remove a C++ comment. (#168531, + Paul Cornett) + * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level): Don't leak a path here. (#168443, Morten Welinder) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index f1786585ff..090a753d63 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2005-02-25 Matthias Clasen + * demos/testpixbuf.c (main): Remove a C++ comment. (#168531, + Paul Cornett) + * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level): Don't leak a path here. (#168443, Morten Welinder) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index f1786585ff..090a753d63 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2005-02-25 Matthias Clasen + * demos/testpixbuf.c (main): Remove a C++ comment. (#168531, + Paul Cornett) + * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level): Don't leak a path here. (#168443, Morten Welinder) diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c index 5e211be747..f84ebc2f8a 100644 --- a/demos/testpixbuf.c +++ b/demos/testpixbuf.c @@ -525,7 +525,7 @@ main (int argc, char **argv) gtk_init (&argc, &argv); - // gdk_rgb_set_verbose (TRUE); + /* gdk_rgb_set_verbose (TRUE);*/ gtk_widget_set_default_colormap (gdk_rgb_get_colormap ());