forked from AuroraMiddleware/gtk
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:
parent
25f92d5f1b
commit
a25b1ca83b
@ -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>
|
2008-01-24 Johan Dahlin <johan@gnome.org>
|
||||||
|
|
||||||
* gtk/tmpl/gtkwidget.sgml:
|
* gtk/tmpl/gtkwidget.sgml:
|
||||||
|
@ -146,7 +146,7 @@ main (int argc, char **argv)
|
|||||||
g_signal_connect_after (window, "expose-event",
|
g_signal_connect_after (window, "expose-event",
|
||||||
G_CALLBACK (window_expose_event), NULL);
|
G_CALLBACK (window_expose_event), NULL);
|
||||||
|
|
||||||
gtk_main (<!-- -->);
|
gtk_main ();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user