diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-10-25 16:38:08 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-10-25 16:38:08 +0800 |
commit | 18399fc356d0ab6d030f7267da2c0847a6642eab (patch) | |
tree | 974882d8059f823c18e06004149332cc0d389c02 /calendar | |
parent | 871947bc2625efa634bc7e64e38a3cc84396a31d (diff) | |
download | gsoc2013-evolution-18399fc356d0ab6d030f7267da2c0847a6642eab.tar.gz gsoc2013-evolution-18399fc356d0ab6d030f7267da2c0847a6642eab.tar.zst gsoc2013-evolution-18399fc356d0ab6d030f7267da2c0847a6642eab.zip |
The tasks folder does not support the PersistFile interface; removed it.
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.
svn path=/trunk/; revision=14088
Diffstat (limited to 'calendar')
-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> |