diff options
-rw-r--r-- | calendar/ChangeLog | 7 | ||||
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.oaf.in | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8a20ba6655..a32bf7870a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,12 @@ 2001-10-25 Federico Mena Quintero <federico@ximian.com> + * gui/GNOME_Evolution_Calendar.oaf.in: The tasks folder does not + support the PersistFile interface; removed it. Removed it as well + from the calendar folder since it is aggregated but not actually + implemented. + +2001-10-25 Federico Mena Quintero <federico@ximian.com> + * gui/component-factory.c (xfer_folder): Handle tasks folders as well; was always using "calendar.ics" as the filename. diff --git a/calendar/gui/GNOME_Evolution_Calendar.oaf.in b/calendar/gui/GNOME_Evolution_Calendar.oaf.in index 6e7e2f653c..b69b6034c8 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.oaf.in +++ b/calendar/gui/GNOME_Evolution_Calendar.oaf.in @@ -92,7 +92,6 @@ <oaf_attribute name="repo_ids" type="stringv"> <item value="IDL:BonoboControl/calendar-control:1.0"/> <item value="IDL:Bonobo/Control:1.0"/> - <item value="IDL:Bonobo/PersistFile:1.0"/> <item value="IDL:Bonobo/PropertyBag:1.0"/> </oaf_attribute> @@ -123,7 +122,6 @@ <oaf_attribute name="repo_ids" type="stringv"> <item value="IDL:BonoboControl/tasks-control:1.0"/> <item value="IDL:Bonobo/Control:1.0"/> - <item value="IDL:Bonobo/PersistFile:1.0"/> <item value="IDL:Bonobo/PropertyBag:1.0"/> </oaf_attribute> |