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:
committed by
Matthias Clasen
parent
91e53e9dda
commit
6cfa3da754
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user