diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2001-09-19 20:47:16 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-09-19 20:47:16 +0800 |
commit | 85390babb97dabc9e9ad5e878ad0a9d1d49fdc83 (patch) | |
tree | 2a3310262808e76f634ac5a1d92531b7ad0513a3 /calendar/ChangeLog | |
parent | 9ab4b45c155a49e2109a6dee3a315cce54d3bf16 (diff) | |
download | gsoc2013-evolution-85390babb97dabc9e9ad5e878ad0a9d1d49fdc83.tar.gz gsoc2013-evolution-85390babb97dabc9e9ad5e878ad0a9d1d49fdc83.tar.zst gsoc2013-evolution-85390babb97dabc9e9ad5e878ad0a9d1d49fdc83.zip |
add a new parameter (const char *iid) to specify the OAFIID of the factory
2001-09-19 Rodrigo Moya <rodrigo@ximian.com>
* pcs/cal-factory.c (cal_factory_oaf_register): add a new parameter
(const char *iid) to specify the OAFIID of the factory being
registered
svn path=/trunk/; revision=12977
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 3c725c89da..5ff1568ec3 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2001-09-19 Rodrigo Moya <rodrigo@ximian.com> + + * pcs/cal-factory.c (cal_factory_oaf_register): add a new parameter + (const char *iid) to specify the OAFIID of the factory being + registered + 2001-09-19 JP Rosevear <jpr@ximian.com> * gui/e-meeting-model.c (e_meeting_model_refresh_busy_periods): |