diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-01-14 18:20:06 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-01-14 18:20:06 +0800 |
commit | a42b719e162605f458190f24b870c96c8d477a1c (patch) | |
tree | 1ad618df45e38983ea95e3ff56e4e9373541afb8 /calendar/ChangeLog | |
parent | d630f3c0be04d4aa85dffa7907b5885e6660bced (diff) | |
download | gsoc2013-evolution-a42b719e162605f458190f24b870c96c8d477a1c.tar gsoc2013-evolution-a42b719e162605f458190f24b870c96c8d477a1c.tar.gz gsoc2013-evolution-a42b719e162605f458190f24b870c96c8d477a1c.tar.bz2 gsoc2013-evolution-a42b719e162605f458190f24b870c96c8d477a1c.tar.lz gsoc2013-evolution-a42b719e162605f458190f24b870c96c8d477a1c.tar.xz gsoc2013-evolution-a42b719e162605f458190f24b870c96c8d477a1c.tar.zst gsoc2013-evolution-a42b719e162605f458190f24b870c96c8d477a1c.zip |
Patch from Milan Crha <mcrha@redhat.com> Fix for bug #490464 (Memo editor hides "To" field when editing old shared memo)
svn path=/trunk/; revision=34813
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 b556e9609d..dbf56cdb14 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2008-01-14 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #490464 + + * gui/dialogs/memo-page.c: (get_recipients): New helper function to + obtain recipients from the component. + * gui/dialogs/memo-page.c: (memo_page_fill_widgets), + (memo_page_fill_component), (memo_page_construct): + Always show recipient's widgets for shared memo, but keep it readonly + when editing old event. Also make sure the organizer is set by + the value in the component, not by the default account. + 2008-01-14 Suman Manjunath <msuman@novell.com> ** Fix for bug #339620 |