diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-03 18:23:17 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-03 18:23:17 +0800 |
commit | f8618bb628e7817ec3d9d1da23dfb609b6b9f894 (patch) | |
tree | 8311ade64bb7837c1ca5be0ff5578bb4fa490d28 /calendar/ChangeLog | |
parent | 741a817bb1d0d719e3e5b03b5145068601ff2a1f (diff) | |
download | gsoc2013-evolution-f8618bb628e7817ec3d9d1da23dfb609b6b9f894.tar gsoc2013-evolution-f8618bb628e7817ec3d9d1da23dfb609b6b9f894.tar.gz gsoc2013-evolution-f8618bb628e7817ec3d9d1da23dfb609b6b9f894.tar.bz2 gsoc2013-evolution-f8618bb628e7817ec3d9d1da23dfb609b6b9f894.tar.lz gsoc2013-evolution-f8618bb628e7817ec3d9d1da23dfb609b6b9f894.tar.xz gsoc2013-evolution-f8618bb628e7817ec3d9d1da23dfb609b6b9f894.tar.zst gsoc2013-evolution-f8618bb628e7817ec3d9d1da23dfb609b6b9f894.zip |
fixes #315095.
svn path=/trunk/; revision=30477
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c9bee9ebdb..5aa68578e1 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2005-09-30 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #315095 + * gui/e-pub-utils.c: Added a global variable to check + if the publish time is modified in gconf and removed + just_published function. + (is_publish_time): cleaned up the code. + (e_pub_publish): send the list of users in the get_freebusy + information. + 2005-10-03 Chenthill Palanisamy <pchenthill@novell.com> Fixes #271480 |