mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
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:
parent
50e94e86a0
commit
a5bc18ab7a
@ -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.
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user