summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-01-02 03:14:34 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-01-02 03:14:34 +0000
commit4a6b6aa45cdf0f804f98b6e435d54f32e830aa80 (patch)
tree6a275abef94a84e426ece098120ee4070a19fc2c /ChangeLog.pre-2-6
parent7d5e882c7531e716accb2b28b91f394f8431abc0 (diff)
downloadgtk+-4a6b6aa45cdf0f804f98b6e435d54f32e830aa80.tar.gz
Allow unsetting the custom image by passing NULL. (gtk_button_init):
2005-01-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbutton.c (gtk_button_set_image): Allow unsetting the custom image by passing NULL. (gtk_button_init): Initialize image_is_stock to TRUE, fixing a problem with changing stock labels. (#162273, Marcin Krzyzanowski)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-68
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index c0d9171581..eb3dac94df 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,11 @@
+2005-01-01 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkbutton.c (gtk_button_set_image): Allow unsetting the
+ custom image by passing NULL.
+ (gtk_button_init): Initialize image_is_stock to TRUE, fixing
+ a problem with changing stock labels. (#162273, Marcin
+ Krzyzanowski)
+
2005-01-01 Tor Lillqvist <tml@iki.fi>
* gtk/gtkmodules.c (get_module_path)