From 73436ba433fd0071fab4498bd3f866b49eb4d6fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20G=2E=20Aragoneses?= Date: Thu, 6 May 2010 23:20:30 +0000 Subject: [PATCH] en/Gtk/ListStore.xml: fix example to not raise an exception. Reported by Vinicius (|Zippo|) in #mono. svn path=/trunk/gtk-sharp/; revision=156860 --- doc/ChangeLog | 9 +++++++-- doc/en/Gtk/ListStore.xml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 7e836014d..d514df41d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2010-05-06 Andrés G. Aragoneses + + * en/Gtk/ListStore.xml: fix example to not raise an exception. + Reported by Vinicius (|Zippo|) in #mono. + 2009-11-28 Mike Kestner * GLib/Object.xml: remove an out of date remark from the Data prop. @@ -13,8 +18,8 @@ 2006-08-09 Alp Toker - * GLib/Thread.xml: - * Gdk/Threads.xml: Explain proper thread awareness init. + * en/GLib/Thread.xml: + * en/Gdk/Threads.xml: Explain proper thread awareness init. 2006-03-23 Hector E. Gomez Morales diff --git a/doc/en/Gtk/ListStore.xml b/doc/en/Gtk/ListStore.xml index 0b4c5f844..401ccabf9 100644 --- a/doc/en/Gtk/ListStore.xml +++ b/doc/en/Gtk/ListStore.xml @@ -19,7 +19,7 @@ Iteration: In new versions of Gtk# (2.0 and up) this class implements the