Add a missing comma.

Sun Nov 23 21:00:33 2003  Matthias Clasen  <maclas@gmx.de>

	* gtk/tree_widget.sgml: Add a missing comma.
This commit is contained in:
Matthias Clasen
2003-11-23 20:00:45 +00:00
committed by Matthias Clasen
parent 91e53e9dda
commit 6cfa3da754
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
Sun Nov 23 21:00:33 2003 Matthias Clasen <maclas@gmx.de>
* gtk/tree_widget.sgml: Add a missing comma.
2003-08-11 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkwidget.sgml: Document public GtkWidget members. (#119463)

View File

@@ -102,7 +102,7 @@ gtk_tree_store_append (store, &iter, NULL); /* Acquire an iterator */
gtk_tree_store_set (store, &iter,
TITLE_COLUMN, "The Principle of Reason",
AUTHOR_COLUMN, "Martin Heidegger",
CHECKED_COLUMN, FALSE
CHECKED_COLUMN, FALSE,
-1);
]]></programlisting></informalexample>