diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-09-10 03:35:00 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-09-10 03:35:00 +0800 |
commit | 97bc97c1b865ee34f1f794fe3445475a7cb4f70f (patch) | |
tree | 74010a1ff66a52284757e8cd4603c1816bf39937 /calendar/ChangeLog | |
parent | cf93151a6bc1c3dd4552b17993c59d57b4ad2bb6 (diff) | |
download | gsoc2013-evolution-97bc97c1b865ee34f1f794fe3445475a7cb4f70f.tar.gz gsoc2013-evolution-97bc97c1b865ee34f1f794fe3445475a7cb4f70f.tar.zst gsoc2013-evolution-97bc97c1b865ee34f1f794fe3445475a7cb4f70f.zip |
Fixes #270605
Fixes #270605
svn path=/trunk/; revision=34203
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 78014243c0..3668f5f9b7 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2007-09-10 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #270605 + * gui/dialogs/event-page.c: (event_page_select_organizer), + (event_page_construct): + * gui/dialogs/task-page.c: (task_page_select_organizer), + (task_page_construct): Skip disabled accounts and choose first available address as + organizer. + + Reworked the patch from Milan Crha <mcrha@redhat.com> to apply properly as the previous + commit made changes in the same area. + 2007-09-09 Suman Manjunath <msuman@novell.com> * gui/dialogs/event-page.c: (event_page_init), |