diff options
author | Damon Chaplin <damon@ximian.com> | 2001-10-25 06:58:30 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-10-25 06:58:30 +0800 |
commit | c0a83c38f7faf7f913ad4d2424175f01a8c75e34 (patch) | |
tree | 1a57f1ce7f1e972079e26409e38e65241a131a66 | |
parent | 994553e4e119fe35662af998eb80bb69582b5be7 (diff) | |
download | gsoc2013-evolution-c0a83c38f7faf7f913ad4d2424175f01a8c75e34.tar.gz gsoc2013-evolution-c0a83c38f7faf7f913ad4d2424175f01a8c75e34.tar.zst gsoc2013-evolution-c0a83c38f7faf7f913ad4d2424175f01a8c75e34.zip |
added sections for Tasks factory and control. I hope someone checks these!
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!
svn path=/trunk/; revision=14074
-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"> |