Bug 548196 – gtk-builder-convert doesn't properly convert GtkTextView

2008-08-18  Johan Dahlin  <johan@gnome.org>

    Bug 548196 – gtk-builder-convert doesn't properly convert GtkTextView

    * gtk/gtk-builder-convert: Rename the text property to buffer.


svn path=/trunk/; revision=21147
This commit is contained in:
Johan Dahlin 2008-08-18 06:51:40 +00:00 committed by Johan Dahlin
parent 50e94e86a0
commit a5bc18ab7a
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-08-18 Johan Dahlin <johan@gnome.org>
Bug 548196 gtk-builder-convert doesn't properly convert GtkTextView
* gtk/gtk-builder-convert: Rename the text property to buffer.
2008-08-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtksizegroup.c: Use g_quark_from_static_string() where possible.

View File

@ -596,6 +596,7 @@ class GtkBuilderConverter(object):
template='textbuffer',
properties=dict(text=data))
prop.childNodes[0].data = tbuffer.getAttribute('id')
prop.setAttribute('name', 'buffer')
def _packing_prop_to_child_attr(self, node, prop_name, prop_val,
attr_val=None):