diff options
author | Tristan Van Berkom <tvb@src.gnome.org> | 2007-07-23 14:59:18 +0000 |
---|---|---|
committer | Tristan Van Berkom <tvb@src.gnome.org> | 2007-07-23 14:59:18 +0000 |
commit | 174a98bdf562bff813a646dde7e9e2d06d9902e7 (patch) | |
tree | 14e1b0c507dfd095d06b1a91d2b74bddb8c26eac /ChangeLog | |
parent | 659dd595208cf81d27c7bbe8c7b5105fd48b97ce (diff) | |
download | glade-174a98bdf562bff813a646dde7e9e2d06d9902e7.tar.gz |
Adding convenience funcs that help with debugging property values in
* gladeui/glade-widget.[ch]: Adding convenience funcs that help with
debugging property values in plugins: glade_widget_property_string(),
glade_widget_pack_property_string().
* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Reset label/markup/use-underline
properties at realize time, this fixes load time glitches with markup
and mnemonics (bug 396446).
svn path=/trunk/; revision=1500
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2006-07-23 Tristan Van Berkom <tvb@gnome.org> + + * gladeui/glade-widget.[ch]: Adding convenience funcs that help with + debugging property values in plugins: glade_widget_property_string(), + glade_widget_pack_property_string(). + + * plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Reset label/markup/use-underline + properties at realize time, this fixes load time glitches with markup + and mnemonics (bug 396446). + 2007-07-20 Vincent Geddes <vgeddes@gnome.org> * gladeui/glade-design-layout.c: |