summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2007-07-23 14:59:18 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2007-07-23 14:59:18 +0000
commit174a98bdf562bff813a646dde7e9e2d06d9902e7 (patch)
tree14e1b0c507dfd095d06b1a91d2b74bddb8c26eac /ChangeLog
parent659dd595208cf81d27c7bbe8c7b5105fd48b97ce (diff)
downloadglade-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 430c130f..fd9c7bd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: