summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2008-02-11 11:01:59 +0000
committerBenjamin Otte <otte@src.gnome.org>2008-02-11 11:01:59 +0000
commita25b1ca83bf581a8586002aca3cd8dc7b8d66c88 (patch)
tree3a3843a3f233b78ae4d366a988e9aa22dee140d7 /docs
parent25f92d5f1b489bf639d3a2af7b63607141fcc55d (diff)
downloadgtk+-a25b1ca83bf581a8586002aca3cd8dc7b8d66c88.tar.gz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog6
-rw-r--r--docs/reference/gdk/tmpl/windows.sgml2
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index b30db862a9..52f557d3a3 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -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:
diff --git a/docs/reference/gdk/tmpl/windows.sgml b/docs/reference/gdk/tmpl/windows.sgml
index ed810638ba..2d8f7589c4 100644
--- a/docs/reference/gdk/tmpl/windows.sgml
+++ b/docs/reference/gdk/tmpl/windows.sgml
@@ -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;
}