diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2009-03-10 18:58:23 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2009-03-10 18:58:23 +0000 |
commit | 013cd9bbda94be803842b16857a1176c648fe71a (patch) | |
tree | e2fe1ad68286d8afde110e2aa29fc27ab711f1a6 /ChangeLog | |
parent | 4b497ad5e84ee33710ee01426e82a5e9e6b319ff (diff) | |
download | gtk+-013cd9bbda94be803842b16857a1176c648fe71a.tar.gz |
Bug 574561 – gtk_style_get "shadows" g_object_get
* gtk/gtk.symbols:
* gtk/gtkstyle.[hc]: Rename gtk_style_get_property to
gtk_style_get_style_property to avoid problems for language
bindings. Pointed out by Torsten Schoenfeld.
svn path=/trunk/; revision=22502
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2009-03-10 Matthias Clasen <mclasen@redhat.com> + Bug 574561 – gtk_style_get "shadows" g_object_get + + * gtk/gtk.symbols: + * gtk/gtkstyle.[hc]: Rename gtk_style_get_property to + gtk_style_get_style_property to avoid problems for language + bindings. Pointed out by Torsten Schoenfeld. + +2009-03-10 Matthias Clasen <mclasen@redhat.com> + Bug 574622 – GtkEntry: Should we wrap icon-press and icon-release signals? |