diff options
Diffstat (limited to 'calendar/gui/GNOME_Evolution_Calendar.oaf.in')
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.oaf.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/calendar/gui/GNOME_Evolution_Calendar.oaf.in b/calendar/gui/GNOME_Evolution_Calendar.oaf.in index e96e4b7c8a..0f74743a38 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.oaf.in +++ b/calendar/gui/GNOME_Evolution_Calendar.oaf.in @@ -86,4 +86,29 @@ _value="Evolution calendar executive summary component."/> </oaf_server> +<oaf_server iid="OAFIID:GNOME_Evolution_Calendar_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 sample Calendar control"/> +</oaf_server> + +<oaf_server iid="OAFIID:GNOME_Evolution_Calendar_Control" + type="factory" + location="OAFIID:GNOME_Evolution_Calendar_ControlFactory"> + + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:BonoboControl/calendar-control:1.0"/> + <item value="IDL:Bonobo/Control:1.0"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + _value="A sample Bonobo control which displays an calendar."/> +</oaf_server> + </oaf_info> |