Files
evolution/shell/GNOME_Evolution_Shell.oaf.in
Ettore Perazzoli b63eece6a3 Handle the e-shell-config-offline and e-shell-config-default-folders
* e-shell-config.c: Handle the e-shell-config-offline and
e-shell-config-default-folders pages.

* e-shell-config-offline.h: New.
* e-shell-config-offline.c: New.

* e-shell-config-default-folders.h: New.
* e-shell-config-default-folders.c: New.  Moved default folder
page configuration in from e-shell-config.c.

* GNOME_Evolution_Shell.oaf.in: Add
GNOME_Evolution_Shell_Config_OfflineFolders_Control.

svn path=/trunk/; revision=16777
2002-05-14 03:39:12 +00:00

79 lines
2.6 KiB
Plaintext

<oaf_info>
<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="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_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_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="Default Folders"/>
<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"
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 default folders."/>
</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>