diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-10-27 21:11:52 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-10-27 21:11:52 +0800 |
commit | 81a6d7f5fe9db8975d67e3fe6dae440ecd8f948c (patch) | |
tree | 4562534a977e588ef5e499924fb7e92ca84834ef /calendar/ChangeLog | |
parent | d14abf0434d773d6aecb63a54b79af4ea468c8d3 (diff) | |
download | gsoc2013-evolution-81a6d7f5fe9db8975d67e3fe6dae440ecd8f948c.tar.gz gsoc2013-evolution-81a6d7f5fe9db8975d67e3fe6dae440ecd8f948c.tar.zst gsoc2013-evolution-81a6d7f5fe9db8975d67e3fe6dae440ecd8f948c.zip |
changed fill_component_from_model virtual method to get an ETableModel,
2003-10-27 Rodrigo Moya <rodrigo@ximian.com>
* gui/e-cal-model.h: changed fill_component_from_model virtual
method to get an ETableModel, not an ECalModel.
* gui/e-cal-model.c (ecm_append_row): the source model sent from
ETable is an ETableModel, not an ECalModel.
* gui/e-cal-model-calendar.c (ecmc_fill_component_from_model):
get an ETableModel for the 'source_model' argument.
* gui/e-cal-model-tasks.c (ecmt_fill_component_from_model): ditto.
svn path=/trunk/; revision=23082
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 94f4c3fd3f..ac913678b6 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,18 @@ 2003-10-27 Rodrigo Moya <rodrigo@ximian.com> + * gui/e-cal-model.h: changed fill_component_from_model virtual + method to get an ETableModel, not an ECalModel. + + * gui/e-cal-model.c (ecm_append_row): the source model sent from + ETable is an ETableModel, not an ECalModel. + + * gui/e-cal-model-calendar.c (ecmc_fill_component_from_model): + get an ETableModel for the 'source_model' argument. + + * gui/e-cal-model-tasks.c (ecmt_fill_component_from_model): ditto. + +2003-10-27 Rodrigo Moya <rodrigo@ximian.com> + * gui/tasks-component.c (add_uri_for_source): pass FALSE as the 'only_if_exists' parameter, so that the calendar gets created when it still does not exist. |