]> Pileus Git - ~andy/gtk/commitdiff
remove SGML comment in example code - it was visible in the generated
authorBenjamin Otte <otte@gnome.org>
Mon, 11 Feb 2008 11:01:59 +0000 (11:01 +0000)
committerBenjamin Otte <otte@src.gnome.org>
Mon, 11 Feb 2008 11:01:59 +0000 (11:01 +0000)
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

docs/reference/ChangeLog
docs/reference/gdk/tmpl/windows.sgml

index b30db862a9fc792a3889d828edd8a2e8f6db35a7..52f557d3a3a1dbc09950cac30c49d0e53b030d4d 100644 (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:
index ed810638bacd80b820289b5a2aa514a3b7e649e0..2d8f7589c48680e9478b11e2b8e34d09a38a9935 100644 (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;
 }