diff options
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.oaf.in | 31 |
2 files changed, 36 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 68f36658d2..6904c54bd6 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2001-10-24 Damon Chaplin <damon@ximian.com> + + * gui/GNOME_Evolution_Calendar.oaf.in: added sections for Tasks + factory and control. I hope someone checks these! + 2001-10-24 Ettore Perazzoli <ettore@ximian.com> * gui/component-factory.c (xfer_folder): Fixed to only copy the diff --git a/calendar/gui/GNOME_Evolution_Calendar.oaf.in b/calendar/gui/GNOME_Evolution_Calendar.oaf.in index 640a28d6a1..6e7e2f653c 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.oaf.in +++ b/calendar/gui/GNOME_Evolution_Calendar.oaf.in @@ -104,6 +104,37 @@ _value="A sample Bonobo control which displays an calendar."/> </oaf_server> +<oaf_server iid="OAFIID:GNOME_Evolution_Tasks_ControlFactory" + type="exe" + location="evolution-calendar"> + + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME/ObjectFactory:1.0"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + _value="Factory for the Evolution Tasks control"/> +</oaf_server> + +<oaf_server iid="OAFIID:GNOME_Evolution_Tasks_Control" + type="factory" + location="OAFIID:GNOME_Evolution_Tasks_ControlFactory"> + + <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> + + <oaf_attribute name="bonobo:supported_mime_types" type="stringv"> + <item value="text/calendar"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + _value="A Bonobo control which displays a task list."/> +</oaf_server> + <oaf_server iid="OAFIID:GNOME_Evolution_Calendar_CompEditorFactory_Factory" type="exe" location="evolution-calendar"> |