aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2005-02-22 01:59:40 +0800
committerRodney Dawes <dobey@src.gnome.org>2005-02-22 01:59:40 +0800
commitbeb84cf995092aa967e9702b73c58b4eac1d26fe (patch)
treea53c30019aa4f697fd2497f61e29d0b277cf85cc /widgets/misc/ChangeLog
parent48d392dbf8a7cce29d1b4c8cc732dcdd332baaf3 (diff)
downloadgsoc2013-evolution-beb84cf995092aa967e9702b73c58b4eac1d26fe.tar
gsoc2013-evolution-beb84cf995092aa967e9702b73c58b4eac1d26fe.tar.gz
gsoc2013-evolution-beb84cf995092aa967e9702b73c58b4eac1d26fe.tar.bz2
gsoc2013-evolution-beb84cf995092aa967e9702b73c58b4eac1d26fe.tar.lz
gsoc2013-evolution-beb84cf995092aa967e9702b73c58b4eac1d26fe.tar.xz
gsoc2013-evolution-beb84cf995092aa967e9702b73c58b4eac1d26fe.tar.zst
gsoc2013-evolution-beb84cf995092aa967e9702b73c58b4eac1d26fe.zip
Fix the calculation of which shadow type to use to be more appropriate for
2005-02-21 Rodney Dawes <dobey@novell.com> * e-combo-button.c (paint): Fix the calculation of which shadow type to use to be more appropriate for the widget state and relief Always call gtk_box_paint and not only in special cases like GtkButton (e_combo_button_init): Change the arrow packing to pack_end Fixes #54503 svn path=/trunk/; revision=28836
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index 29a90b9663..52bde2708d 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,12 @@
+2005-02-21 Rodney Dawes <dobey@novell.com>
+
+ * e-combo-button.c (paint): Fix the calculation of which shadow type
+ to use to be more appropriate for the widget state and relief
+ Always call gtk_box_paint and not only in special cases like GtkButton
+ (e_combo_button_init): Change the arrow packing to pack_end
+
+ Fixes #54503
+
2005-02-02 Li Yuan <li.yuan@sun.com>
* e-url-entry.c: (init):