Remove a C++ comment. (#168531, Paul Cornett)

2005-02-25  Matthias Clasen  <mclasen@redhat.com>

	* demos/testpixbuf.c (main): Remove a C++ comment.  (#168531,
	Paul Cornett)
This commit is contained in:
Matthias Clasen 2005-02-25 19:28:48 +00:00 committed by Matthias Clasen
parent af12141d2d
commit d47d149aa6
4 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2005-02-25 Matthias Clasen <mclasen@redhat.com>
* 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)

View File

@ -1,5 +1,8 @@
2005-02-25 Matthias Clasen <mclasen@redhat.com>
* 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)

View File

@ -1,5 +1,8 @@
2005-02-25 Matthias Clasen <mclasen@redhat.com>
* 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)

View File

@ -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 ());