diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-02-02 11:07:00 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-02-02 11:07:00 +0800 |
commit | 4a84630875e7aecd49239bd02dc28e0d1cbcb232 (patch) | |
tree | c2224384d68f9fab0d39b4620a0569f8fcbc7bbe /widgets/misc/ChangeLog | |
parent | 39d54f9d9162cdb107604d0cf41694bd871aaa1e (diff) | |
download | gsoc2013-evolution-4a84630875e7aecd49239bd02dc28e0d1cbcb232.tar gsoc2013-evolution-4a84630875e7aecd49239bd02dc28e0d1cbcb232.tar.gz gsoc2013-evolution-4a84630875e7aecd49239bd02dc28e0d1cbcb232.tar.bz2 gsoc2013-evolution-4a84630875e7aecd49239bd02dc28e0d1cbcb232.tar.lz gsoc2013-evolution-4a84630875e7aecd49239bd02dc28e0d1cbcb232.tar.xz gsoc2013-evolution-4a84630875e7aecd49239bd02dc28e0d1cbcb232.tar.zst gsoc2013-evolution-4a84630875e7aecd49239bd02dc28e0d1cbcb232.zip |
Don't request combo boxes that are 0 pixels tall. (position_date_popup):
2003-02-01 Hans Petter Jansson <hpj@ximian.com>
* e-dateedit.c (create_children): Don't request combo boxes that are
0 pixels tall.
(position_date_popup): Make this work when the button doesn't have
its own window.
svn path=/trunk/; revision=19704
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index d75d654f96..07cae36fc8 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,10 @@ +2003-02-01 Hans Petter Jansson <hpj@ximian.com> + + * e-dateedit.c (create_children): Don't request combo boxes that are + 0 pixels tall. + (position_date_popup): Make this work when the button doesn't have + its own window. + 2003-01-26 Chris Toshok <toshok@ximian.com> * e-clipped-label.c (e_clipped_label_new): init the layout to |