From 73b06a15d3ea07d83bb1f4f3dff8930d1d9aa682 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Wed, 22 Apr 2009 09:28:46 -0400 Subject: 2009-04-22 Tristan Van Berkom * 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 * plugins/gtk+/glade-gtk.c: Fixed output format for GtkLabel attributes (bug 579793). --- doc/gladepython.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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) -]]> +]]> -- cgit v1.2.1