diff options
Diffstat (limited to 'addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in')
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in index 2a523c9dc1..2e604862af 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in @@ -87,6 +87,34 @@ <oaf_attribute name="evolution:shell-component-icon" type="string" value="evolution-contacts.png"/> + +</oaf_server> + +<oaf_server iid="OAFIID:GNOME_Evolution_Addressbook_AddressWidgetFactory" + type="exe" + location="evolution-addressbook"> + + <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 Addressbook's address displayer"/> + +</oaf_server> + +<oaf_server iid="OAFIID:GNOME_Evolution_Addressbook_AddressWidget" + type="factory" + location="OAFIID:GNOME_Evolution_Addressbook_AddressWidgetFactory"> + + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:BonoboControl/address-widget:1.0"/> + <item value="IDL:GNOME/Control:1.0"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + _value="A Bonobo control for displaying an address."/> + </oaf_server> </oaf_info> |