diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2001-10-10 02:14:21 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-10-10 02:14:21 +0800 |
commit | 6b431c0e47b33d6076e5b6cfb7b0be6f33065c89 (patch) | |
tree | e03b99618d19e1229a2fae94c32bf52bf3c9719d /calendar/ChangeLog | |
parent | beaba25d506b981d39340bb071dcb58baf106265 (diff) | |
download | gsoc2013-evolution-6b431c0e47b33d6076e5b6cfb7b0be6f33065c89.tar gsoc2013-evolution-6b431c0e47b33d6076e5b6cfb7b0be6f33065c89.tar.gz gsoc2013-evolution-6b431c0e47b33d6076e5b6cfb7b0be6f33065c89.tar.bz2 gsoc2013-evolution-6b431c0e47b33d6076e5b6cfb7b0be6f33065c89.tar.lz gsoc2013-evolution-6b431c0e47b33d6076e5b6cfb7b0be6f33065c89.tar.xz gsoc2013-evolution-6b431c0e47b33d6076e5b6cfb7b0be6f33065c89.tar.zst gsoc2013-evolution-6b431c0e47b33d6076e5b6cfb7b0be6f33065c89.zip |
deal correctly with URIs to be inserted into the hash table, so that we
2001-10-09 Rodrigo Moya <rodrigo@ximian.com>
* pcs/cal-factory.c (lookup_backend, add_backend): deal correctly with
URIs to be inserted into the hash table, so that we don't add the same
backend over and over because the URI strings were different (although
refering to the same backend)
svn path=/trunk/; revision=13523
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 0522eeb65c..378e73b4e7 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 2001-10-09 Rodrigo Moya <rodrigo@ximian.com> + * pcs/cal-factory.c (lookup_backend, add_backend): deal correctly with + URIs to be inserted into the hash table, so that we don't add the same + backend over and over because the URI strings were different (although + refering to the same backend) + * pcs/cal-backend-file.c (mail_account_*): moved to a common place (cal_backend_file_open): check if "uristr != NULL" and not "uri != NULL" |