diff options
author | Jeff Cai <jeff.cai@sun.com> | 2006-03-06 18:18:52 +0800 |
---|---|---|
committer | Simon Zheng <simonz@src.gnome.org> | 2006-03-06 18:18:52 +0800 |
commit | 24021a64a5ca0c90b85ba28295790162f4cbc1c8 (patch) | |
tree | 717d05fbfc5450e0641373e78a4ed182352e8e76 /widgets/misc/ChangeLog | |
parent | 4608ce31aea6c4ed83dfe4337d72ed2659ec85a6 (diff) | |
download | gsoc2013-evolution-24021a64a5ca0c90b85ba28295790162f4cbc1c8.tar.gz gsoc2013-evolution-24021a64a5ca0c90b85ba28295790162f4cbc1c8.tar.zst gsoc2013-evolution-24021a64a5ca0c90b85ba28295790162f4cbc1c8.zip |
** Fixes for 333235 If width of a widget is 0, don't draw it.
2006-03-06 Jeff Cai <jeff.cai@sun.com>
** Fixes for 333235
* e-combo-button.c: (paint): If width of a widget is 0,
don't draw it.
svn path=/trunk/; revision=31658
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 416470e660..5c91fc6a1f 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,9 @@ +2006-03-06 Jeff Cai <jeff.cai@sun.com> + + ** Fixes for 333235 + * e-combo-button.c: (paint): If width of a widget is 0, + don't draw it. + 2006-02-28 Devashish Sharma <sdevashish@novell.com> * e-reflow.c :(do_adjustment): Check and see if reflow->items |