remove SGML comment in example code - it was visible in the generated

2008-02-11  Benjamin Otte  <otte@gnome.org>

	* gdk/tmpl/windows.sgml:
	remove SGML comment in example code - it was visible in the generated
	HTML.


svn path=/trunk/; revision=19512
This commit is contained in:
Benjamin Otte 2008-02-11 11:01:59 +00:00 committed by Benjamin Otte
parent 25f92d5f1b
commit a25b1ca83b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-02-11 Benjamin Otte <otte@gnome.org>
* gdk/tmpl/windows.sgml:
remove SGML comment in example code - it was visible in the generated
HTML.
2008-01-24 Johan Dahlin <johan@gnome.org>
* gtk/tmpl/gtkwidget.sgml:

View File

@ -146,7 +146,7 @@ main (int argc, char **argv)
g_signal_connect_after (window, "expose-event",
G_CALLBACK (window_expose_event), NULL);
gtk_main (<!-- -->);
gtk_main ();
return 0;
}