diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-10-07 22:20:55 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-10-07 22:20:55 +0800 |
commit | 0943a0e436c7510c39d86ab7a72a4ebbd3a876ac (patch) | |
tree | af35abd12315ef61b1e2835c8047207fcbfffa72 /calendar/ChangeLog | |
parent | bb1c2d9bd3752a4628abc746e70b4488fc4940ca (diff) | |
download | gsoc2013-evolution-0943a0e436c7510c39d86ab7a72a4ebbd3a876ac.tar.gz gsoc2013-evolution-0943a0e436c7510c39d86ab7a72a4ebbd3a876ac.tar.zst gsoc2013-evolution-0943a0e436c7510c39d86ab7a72a4ebbd3a876ac.zip |
Fixes #65932
2004-10-06 Rodrigo Moya <rodrigo@novell.com>
Fixes #65932
* common/authentication.c: keep a hash table of all the source lists.
(auth_new_cal_from_uri): do a search in the source list for the given
URI, and use that ESource if we find it. Also, keep the hash table of
source lists up to date.
* gui/comp-editor-factory.c (cal_opened_cb): don't assert on error
cases, just display an error dialog.
svn path=/trunk/; revision=27498
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 9187fe5cf9..8497dbdb21 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2004-10-06 Rodrigo Moya <rodrigo@novell.com> + + Fixes #65932 + + * common/authentication.c: keep a hash table of all the source lists. + (auth_new_cal_from_uri): do a search in the source list for the given + URI, and use that ESource if we find it. Also, keep the hash table of + source lists up to date. + + * gui/comp-editor-factory.c (cal_opened_cb): don't assert on error + cases, just display an error dialog. + 2004-10-06 Not Zed <NotZed@Ximian.com> * gui/gnome-cal.c (gnome_calendar_setup_view_popup): rename to |