aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-03-27 04:29:53 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-03-27 04:29:53 +0800
commit6c4c8684de1fcb81bf1ee3803e9d9b6c204605f8 (patch)
tree671919c0dd4a434691c133ec350a4c8c8a5ed8bb /calendar/ChangeLog
parent74045b3f028ba916f6becf14d65cd6926a6d306c (diff)
downloadgsoc2013-evolution-6c4c8684de1fcb81bf1ee3803e9d9b6c204605f8.tar
gsoc2013-evolution-6c4c8684de1fcb81bf1ee3803e9d9b6c204605f8.tar.gz
gsoc2013-evolution-6c4c8684de1fcb81bf1ee3803e9d9b6c204605f8.tar.bz2
gsoc2013-evolution-6c4c8684de1fcb81bf1ee3803e9d9b6c204605f8.tar.lz
gsoc2013-evolution-6c4c8684de1fcb81bf1ee3803e9d9b6c204605f8.tar.xz
gsoc2013-evolution-6c4c8684de1fcb81bf1ee3803e9d9b6c204605f8.tar.zst
gsoc2013-evolution-6c4c8684de1fcb81bf1ee3803e9d9b6c204605f8.zip
finds the client data for a client (cal_opened_cb): update the query
2004-03-26 JP Rosevear <jpr@ximian.com> * gui/e-cal-model.c (find_client_data): finds the client data for a client (cal_opened_cb): update the query (add_new_client): return client data (e_cal_model_add_client): add the client immediately no matter what, and possibly wait for it to open (remove_client): guard against NULL query (e_cal_model_remove_client): use find_client_data (e_cal_model_dispose): guard against a NULL query svn path=/trunk/; revision=25200
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 2a23dbaabc..0c6365439c 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,15 @@
+2004-03-26 JP Rosevear <jpr@ximian.com>
+
+ * gui/e-cal-model.c (find_client_data): finds the client data for
+ a client
+ (cal_opened_cb): update the query
+ (add_new_client): return client data
+ (e_cal_model_add_client): add the client immediately no matter
+ what, and possibly wait for it to open
+ (remove_client): guard against NULL query
+ (e_cal_model_remove_client): use find_client_data
+ (e_cal_model_dispose): guard against a NULL query
+
2004-03-25 JP Rosevear <jpr@ximian.com>
* gui/e-cal-model.c (remove_client): fix off by one error when