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
This commit is contained in:
Matthias Clasen
2009-03-10 18:58:23 +00:00
parent 4b497ad5e8
commit 013cd9bbda
6 changed files with 33 additions and 19 deletions

View File

@ -1,3 +1,12 @@
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