aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-11-04 04:17:24 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-11-04 04:17:24 +0800
commit8042ab5c6b921ea937af9d9db225ad22d8c32101 (patch)
tree10d7da44f2fd319b43dbb622798bf39962fc3d13
parentdc0812a28fe3cb3dd18d38918f2b8892ea2600e9 (diff)
downloadgsoc2013-evolution-8042ab5c6b921ea937af9d9db225ad22d8c32101.tar
gsoc2013-evolution-8042ab5c6b921ea937af9d9db225ad22d8c32101.tar.gz
gsoc2013-evolution-8042ab5c6b921ea937af9d9db225ad22d8c32101.tar.bz2
gsoc2013-evolution-8042ab5c6b921ea937af9d9db225ad22d8c32101.tar.lz
gsoc2013-evolution-8042ab5c6b921ea937af9d9db225ad22d8c32101.tar.xz
gsoc2013-evolution-8042ab5c6b921ea937af9d9db225ad22d8c32101.tar.zst
gsoc2013-evolution-8042ab5c6b921ea937af9d9db225ad22d8c32101.zip
Use "evolution2:config_item"
properties for the config item instead of "evolution:config_item" ones. svn path=/trunk/; revision=23174
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/GNOME_Evolution_Mail.server.in.in26
2 files changed, 19 insertions, 13 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 89794c9e4a..ec638640d7 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2003-11-03 Ettore Perazzoli <ettore@ximian.com>
+
+ * GNOME_Evolution_Mail.server.in.in: Use "evolution2:config_item"
+ properties for the config item instead of "evolution:config_item"
+ ones.
+
2003-11-01 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-view.c: setup filter-on-thread and vfolder-on-thread.
diff --git a/mail/GNOME_Evolution_Mail.server.in.in b/mail/GNOME_Evolution_Mail.server.in.in
index e2dd225411..34b624c47b 100644
--- a/mail/GNOME_Evolution_Mail.server.in.in
+++ b/mail/GNOME_Evolution_Mail.server.in.in
@@ -111,20 +111,20 @@
<item value="IDL:GNOME/Evolution/ConfigControl:1.0"/>
</oaf_attribute>
- <oaf_attribute name="evolution:config_item:title" type="string"
+ <oaf_attribute name="evolution2:config_item:title" type="string"
_value="Mail Accounts"/>
- <oaf_attribute name="evolution:config_item:description" type="string"
+ <oaf_attribute name="evolution2:config_item:description" type="string"
_value="Configure your email accounts here"/>
- <oaf_attribute name="evolution:config_item:icon_name" type="string"
+ <oaf_attribute name="evolution2:config_item:icon_name" type="string"
value="mail-accounts-settings.png"/>
- <oaf_attribute name="evolution:config_item:type" type="stringv">
+ <oaf_attribute name="evolution2:config_item:type" type="stringv">
<item value="mail"/>
</oaf_attribute>
- <oaf_attribute name="evolution:config_item:priority" type="string" value="-10"/>
+ <oaf_attribute name="evolution2:config_item:priority" type="string" value="-10"/>
<oaf_attribute name="name" type="string"
_value="Evolution Mail accounts configuration control"/>
@@ -140,16 +140,16 @@
<item value="IDL:GNOME/Evolution/ConfigControl:1.0"/>
</oaf_attribute>
- <oaf_attribute name="evolution:config_item:title" type="string"
+ <oaf_attribute name="evolution2:config_item:title" type="string"
_value="Mail Preferences"/>
- <oaf_attribute name="evolution:config_item:description" type="string"
+ <oaf_attribute name="evolution2:config_item:description" type="string"
_value="Configure mail preferences, including security and message display, here"/>
- <oaf_attribute name="evolution:config_item:icon_name" type="string"
+ <oaf_attribute name="evolution2:config_item:icon_name" type="string"
value="mail-config-druid.png"/>
- <oaf_attribute name="evolution:config_item:priority" type="string" value="-9"/>
+ <oaf_attribute name="evolution2:config_item:priority" type="string" value="-9"/>
<oaf_attribute name="name" type="string"
_value="Evolution Mail preferences control"/>
@@ -165,16 +165,16 @@
<item value="IDL:GNOME/Evolution/ConfigControl:1.0"/>
</oaf_attribute>
- <oaf_attribute name="evolution:config_item:title" type="string"
+ <oaf_attribute name="evolution2:config_item:title" type="string"
_value="Composer Preferences"/>
- <oaf_attribute name="evolution:config_item:description" type="string"
+ <oaf_attribute name="evolution2:config_item:description" type="string"
_value="Configure spell-checking, signatures, and the message composer here"/>
- <oaf_attribute name="evolution:config_item:icon_name" type="string"
+ <oaf_attribute name="evolution2:config_item:icon_name" type="string"
value="composer-settings.png"/>
- <oaf_attribute name="evolution:config_item:priority" type="string" value="-8"/>
+ <oaf_attribute name="evolution2:config_item:priority" type="string" value="-8"/>
<oaf_attribute name="name" type="string"
_value="Evolution Mail composer configuration control"/>