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:25 +00:00 committed by Matthias Clasen
parent d526beaca1
commit 94511bb111
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sun Nov 23 20:59:57 2003 Matthias Clasen <maclas@gmx.de>
* gtk/tree_widget.sgml: Add a missing comma.
Fri Nov 21 00:09:36 2003 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkfontsel.sgml:

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>