diff options
Diffstat (limited to 'addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in')
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in | 35 |
1 files changed, 30 insertions, 5 deletions
diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in index 20f6c0c472..c475ef47f5 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in @@ -131,22 +131,22 @@ </oaf_server> -<oaf_server iid="OAFIID:GNOME_Evolution_LDAPStorage_ConfigControlFactory" +<oaf_server iid="OAFIID:GNOME_Evolution_Addressbook_ConfigControlFactory" type="exe" location="evolution-addressbook"> <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/ObjectFactory:1.0"/> + <item value="IDL:GNOME/GenericFactory:1.0"/> </oaf_attribute> <oaf_attribute name="description" type="string" - _value="Factory for the configuration control for the Evolution Addressbook."/> + _value="Factory for the configuration controls for the Evolution Addressbook."/> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_LDAPStorage_ConfigControl" type="factory" - location="OAFIID:GNOME_Evolution_LDAPStorage_ConfigControlFactory"> + location="OAFIID:GNOME_Evolution_Addressbook_ConfigControlFactory"> <oaf_attribute name="repo_ids" type="stringv"> <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/> @@ -160,10 +160,35 @@ <oaf_attribute name="evolution:config_item:icon_name" type="string" value="evolution-contacts.png"/> - + <oaf_attribute name="evolution:config_item:priority" type="string" value="-6"/> <oaf_attribute name="description" type="string" + _value="Configuration control for the Evolution Addressbook Storages."/> + +</oaf_server> + + <!-- Account Editor --> +<oaf_server iid="OAFIID:GNOME_Evolution_Addressbook_ConfigControl" + type="factory" + location="OAFIID:GNOME_Evolution_Addressbook_ConfigControlFactory"> + + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/> + </oaf_attribute> + + <oaf_attribute name="evolution:config_item:title" type="string" + _value="Addressbook Settings"/> + + <oaf_attribute name="evolution:config_item:description" type="string" + _value="This page can be used to configure Addressbook Settings"/> + + <oaf_attribute name="evolution:config_item:icon_name" type="string" + value="evolution-contacts.png"/> + + <oaf_attribute name="evolution:config_item:priority" type="string" value="-7"/> + + <oaf_attribute name="description" type="string" _value="Configuration control for the Evolution Addressbook."/> </oaf_server> |