aboutsummaryrefslogtreecommitdiffstats
path: root/shell/GNOME_Evolution_Shell.oaf.in
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-05-14 11:39:12 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-05-14 11:39:12 +0800
commitb63eece6a300d773f7c3d7f865d570d3e0bcf422 (patch)
treecefdf434ccc5a93d4f662e981387bdc980c9c283 /shell/GNOME_Evolution_Shell.oaf.in
parent4c725337a0c392422b947d70b37a81cdc1435d35 (diff)
downloadgsoc2013-evolution-b63eece6a300d773f7c3d7f865d570d3e0bcf422.tar
gsoc2013-evolution-b63eece6a300d773f7c3d7f865d570d3e0bcf422.tar.gz
gsoc2013-evolution-b63eece6a300d773f7c3d7f865d570d3e0bcf422.tar.bz2
gsoc2013-evolution-b63eece6a300d773f7c3d7f865d570d3e0bcf422.tar.lz
gsoc2013-evolution-b63eece6a300d773f7c3d7f865d570d3e0bcf422.tar.xz
gsoc2013-evolution-b63eece6a300d773f7c3d7f865d570d3e0bcf422.tar.zst
gsoc2013-evolution-b63eece6a300d773f7c3d7f865d570d3e0bcf422.zip
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
Diffstat (limited to 'shell/GNOME_Evolution_Shell.oaf.in')
-rw-r--r--shell/GNOME_Evolution_Shell.oaf.in89
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>