diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-05-14 21:50:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-05-14 21:50:05 +0800 |
commit | 7d213ee0c25ac231789aa68b3f60ea3960707fea (patch) | |
tree | 41c4d0a0589700b9ba884a3cbe4dbec8720a2bdc /widgets/misc/ChangeLog | |
parent | 08db22ba8b5546c3336365adc5bb7477aae87cba (diff) | |
download | gsoc2013-evolution-7d213ee0c25ac231789aa68b3f60ea3960707fea.tar.gz gsoc2013-evolution-7d213ee0c25ac231789aa68b3f60ea3960707fea.tar.zst gsoc2013-evolution-7d213ee0c25ac231789aa68b3f60ea3960707fea.zip |
** Fixes bug #311042, Patch by Milan Crha
2008-05-14 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #311042, Patch by Milan Crha
* widgets/misc/e-info-label.c: (el_size_allocate), (el_class_init),
(e_info_label_set_info), (get_text_full_width): Allocate size for
location and info labels differently, than GtkHBox does, to be able
to minimize it as much as possible and do not waste empty space.
svn path=/trunk/; revision=35499
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index ce075694a7..492646360e 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,12 @@ +2008-05-14 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #311042, Patch by Milan Crha + + * e-info-label.c: (el_size_allocate), (el_class_init), + (e_info_label_set_info), (get_text_full_width): Allocate size for + location and info labels differently, than GtkHBox does, to be able + to minimize it as much as possible and do not waste empty space. + 2008-05-06 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #424744 |