summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-05-15 14:37:32 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-05-15 14:37:32 +0000
commit62ede1134c6bad75147eb399f311ad2aec6fd8f1 (patch)
tree91aaedae81163a9db04064b185a6737dc5e78031 /docs
parentcee5aaff450854297f9337ebbb250f4d39c0000f (diff)
downloadgdk-pixbuf-62ede1134c6bad75147eb399f311ad2aec6fd8f1.tar.gz
More of the same
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/tree_widget.sgml3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/reference/gtk/tree_widget.sgml b/docs/reference/gtk/tree_widget.sgml
index 32bbd4746..63959004f 100644
--- a/docs/reference/gtk/tree_widget.sgml
+++ b/docs/reference/gtk/tree_widget.sgml
@@ -242,7 +242,7 @@ tree_selection_changed_cb (GtkTreeSelection *selection, gpointer data)
and puts them together. Note that the model is never populated
with data &mdash; that is left as an exercise for the reader.
More information can be found on this in the #GtkTreeModel section.
- <informalexample><programlisting><![CDATA[
+ <informalexample><programlisting>
enum
{
TITLE_COLUMN,
@@ -311,7 +311,6 @@ setup_tree (void)
/* Now we can manipulate the view just like any other GTK widget */
...
}
-]]>
</programlisting></informalexample>
</para>
</refsect1>