summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-11-28 15:40:08 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-11-28 15:40:08 +0000
commitbca63a5d339c4c2eafdd2f5dddaa010573b0f73e (patch)
treeca9dfb7b4b250dbbdca406ec38c44df4a145e851 /ChangeLog
parent7207dfbc0b8b07ddb3321f7479412b4efe7013d5 (diff)
downloadgdk-pixbuf-bca63a5d339c4c2eafdd2f5dddaa010573b0f73e.tar.gz
Buttons use the label property for stock ids. (#322565, Milosz Derezynski)
2005-11-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaction.c (gtk_action_sync_button_stock_id) (connect_proxy): Buttons use the label property for stock ids. (#322565, Milosz Derezynski)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bbe363634..27338b516 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-11-28 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkaction.c (gtk_action_sync_button_stock_id)
+ (connect_proxy): Buttons use the label property for stock ids. (#322565,
+ Milosz Derezynski)
+
* gtk/gtkiconview.c (update_text_cell, update_pixbuf_cell): Correctly
handle the cell list and indices into it. (#321856)