diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-25 15:29:18 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-25 15:29:18 +0800 |
commit | dbfb80ad80a6cdbf624582a8f154a12227b3459b (patch) | |
tree | 9399a52e57e9fa60810dbe733c3737de68541db5 /plugins/publish-calendar/ChangeLog | |
parent | 49477d1708a89e9fc2d939b54b894d69624e8d0f (diff) | |
download | gsoc2013-evolution-dbfb80ad80a6cdbf624582a8f154a12227b3459b.tar.gz gsoc2013-evolution-dbfb80ad80a6cdbf624582a8f154a12227b3459b.tar.zst gsoc2013-evolution-dbfb80ad80a6cdbf624582a8f154a12227b3459b.zip |
Fixes #328224, 328408, 328389
svn path=/trunk/; revision=31303
Diffstat (limited to 'plugins/publish-calendar/ChangeLog')
-rw-r--r-- | plugins/publish-calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/publish-calendar/ChangeLog b/plugins/publish-calendar/ChangeLog index 5166555a80..2435eebe1e 100644 --- a/plugins/publish-calendar/ChangeLog +++ b/plugins/publish-calendar/ChangeLog @@ -1,3 +1,15 @@ +2006-01-23 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #328224, 328408, 328389 + * publish-calendar.c: (publish_uri_async), (url_add_clicked), + (url_edit_clicked), , + (publish_uris_set_timeout), (e_plugin_lib_enable): Publish + the calendar in a seperate thread so that the gui remains + responsive. + (publish_calendar_locations): Clear the items gtk store. + * publish-location.c: (migrateURI), (e_publish_uri_from_xml): + If the uri is NULL return back. + 2006-01-11 Chenthill Palanisamy <pchenthill@novell.com> Fixes #325926 |