summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2009-04-22 09:28:46 -0400
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2009-04-22 09:28:46 -0400
commit73b06a15d3ea07d83bb1f4f3dff8930d1d9aa682 (patch)
treeaf00e2a69d81842226043d2d25c2470db578aaa3 /doc
parent1ca1df8f078caaa18967701300943bca91f73f46 (diff)
downloadglade-73b06a15d3ea07d83bb1f4f3dff8930d1d9aa682.tar.gz
2009-04-22 Tristan Van Berkom <tvb@gnome.org>
* plugins/gtk+/glade-gtk.c: Made Atk proxy objects always have unique names (at least as unique as the widget they are created for) (bug 579565). 2009-04-22 Davyd Madeley <davyd@madeley.id.au> * plugins/gtk+/glade-gtk.c: Fixed output format for GtkLabel attributes (bug 579793).
Diffstat (limited to 'doc')
-rw-r--r--doc/gladepython.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gladepython.sgml b/doc/gladepython.sgml
index 3620148a..c5dcb633 100644
--- a/doc/gladepython.sgml
+++ b/doc/gladepython.sgml
@@ -75,7 +75,7 @@ class MyBox(gtk.HBox):
def __init__(self):
gtk.HBox.__init__(self)
-</glade-catalog>]]>
+]]>
</programlisting>
</para>
</refsect1>