diff options
Diffstat (limited to 'shell/GNOME_Evolution_Shell.oaf.in')
-rw-r--r-- | shell/GNOME_Evolution_Shell.oaf.in | 89 |
1 files changed, 58 insertions, 31 deletions
diff --git a/shell/GNOME_Evolution_Shell.oaf.in b/shell/GNOME_Evolution_Shell.oaf.in index 65e5892d9b..e1da511b32 100644 --- a/shell/GNOME_Evolution_Shell.oaf.in +++ b/shell/GNOME_Evolution_Shell.oaf.in @@ -1,51 +1,78 @@ <oaf_info> -<oaf_server iid="OAFIID:GNOME_Evolution_Shell" - type="exe" - location="evolution"> + <oaf_server iid="OAFIID:GNOME_Evolution_Shell" + type="exe" + location="evolution"> - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/Evolution/Shell:1.0"/> - </oaf_attribute> + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME/Evolution/Shell:1.0"/> + </oaf_attribute> - <oaf_attribute name="description" type="string" - _value="The Evolution shell."/> -</oaf_server> + <oaf_attribute name="description" type="string" + _value="The Evolution shell."/> + </oaf_server> -<oaf_server iid="OAFIID:GNOME_Evolution_Shell_Config_Factory" - type="exe" - location="evolution-exchange-storage"> + <oaf_server iid="OAFIID:GNOME_Evolution_Shell_Config_Factory" + type="exe" + location="evolution-exchange-storage"> - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/GenericFactory:1.0"/> - </oaf_attribute> -</oaf_server> + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME/GenericFactory:1.0"/> + </oaf_attribute> + </oaf_server> -<oaf_server iid="OAFIID:GNOME_Evolution_Shell_Config_DefaultFolders_Control" - type="factory" - location="OAFIID:GNOME_Evolution_Shell_Config_Factory"> + <oaf_server iid="OAFIID:GNOME_Evolution_Shell_Config_DefaultFolders_Control" + type="factory" + location="OAFIID:GNOME_Evolution_Shell_Config_Factory"> - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/> - </oaf_attribute> + <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" + <oaf_attribute name="evolution:config_item:title" type="string" _value="Default Folders"/> - <oaf_attribute name="evolution:config_item:description" type="string" + <oaf_attribute name="evolution:config_item:description" type="string" _value="This page can be used to configure default folders"/> - <oaf_attribute name="evolution:config_item:icon_name" type="string" + <oaf_attribute name="evolution:config_item:icon_name" type="string" value="folder-settings.png"/> - <oaf_attribute name="evolution:config_item:priority" type="string" value="-9"/> + <oaf_attribute name="evolution:config_item:priority" type="string" value="-9"/> - <oaf_attribute name="evolution:config_item:type" type="stringv"> - <item value="shell"/> - </oaf_attribute> + <oaf_attribute name="evolution:config_item:type" type="stringv"> + <item value="shell"/> + </oaf_attribute> - <oaf_attribute name="description" type="string" + <oaf_attribute name="description" type="string" _value="Configuration control for Evolution default folders."/> -</oaf_server> + </oaf_server> + + <oaf_server iid="OAFIID:GNOME_Evolution_Shell_Config_OfflineFolders_Control" + type="factory" + location="OAFIID:GNOME_Evolution_Shell_Config_Factory"> + + <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="Offline Folders"/> + + <oaf_attribute name="evolution:config_item:description" type="string" + _value="This page can be used to configure synchronization of folders for offline usage"/> + + <oaf_attribute name="evolution:config_item:icon_name" type="string" + value="folder-settings.png"/> + + <oaf_attribute name="evolution:config_item:priority" type="string" value="-9"/> + + <oaf_attribute name="evolution:config_item:type" type="stringv"> + <item value="shell"/> + </oaf_attribute> + + <oaf_attribute name="description" type="string" + _value="Configuration control for Evolution's offline folders."/> + </oaf_server> </oaf_info> |