diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-01-14 18:32:42 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-01-14 18:32:42 +0800 |
commit | 3cccd392dcf5066d818dfcd4caf464fbbc2ac0bb (patch) | |
tree | bdc1d9cb022fa1d7ec4962df94569dd6343655d6 /calendar/ChangeLog | |
parent | a42b719e162605f458190f24b870c96c8d477a1c (diff) | |
download | gsoc2013-evolution-3cccd392dcf5066d818dfcd4caf464fbbc2ac0bb.tar.gz gsoc2013-evolution-3cccd392dcf5066d818dfcd4caf464fbbc2ac0bb.tar.zst gsoc2013-evolution-3cccd392dcf5066d818dfcd4caf464fbbc2ac0bb.zip |
Patch from Milan Crha <mcrha@redhat.com> Fix for bug #507359 (Free/Busy UI needs names and graphs widgets in a container)
svn path=/trunk/; revision=34814
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index dbf56cdb14..c80e94515d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,17 @@ 2008-01-14 Milan Crha <mcrha@redhat.com> + ** Fix for bug #507359 + + * gui/e-meeting-time-sel.h: (struct _EMeetingTimeSelector): + * gui/e-meeting-time-sel.c: (e_meeting_time_selector_class_init), + (e_meeting_time_selector_destroy), (style_change_idle_func), + (e_meeting_time_selector_style_set): Recalculate sizes in idle queue, + which will ensure the style is propagated in list_view too, because we + read from there the height of the row and the style isn't set there + before it is set in our widget. + +2008-01-14 Milan Crha <mcrha@redhat.com> + ** Fix for bug #490464 * gui/dialogs/memo-page.c: (get_recipients): New helper function to |