aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2011-10-14 18:52:51 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-10-14 18:52:51 +0800
commitde38aaef11fe27ada765fb6d970dce55f00c77a2 (patch)
tree1abd184ffa344f7e1b5366a656d2a63c0216c81e /data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in
parent3dc5ac02b4acf762c22a2f1980facdd0d01d678e (diff)
downloadgsoc2013-evolution-de38aaef11fe27ada765fb6d970dce55f00c77a2.tar
gsoc2013-evolution-de38aaef11fe27ada765fb6d970dce55f00c77a2.tar.gz
gsoc2013-evolution-de38aaef11fe27ada765fb6d970dce55f00c77a2.tar.bz2
gsoc2013-evolution-de38aaef11fe27ada765fb6d970dce55f00c77a2.tar.lz
gsoc2013-evolution-de38aaef11fe27ada765fb6d970dce55f00c77a2.tar.xz
gsoc2013-evolution-de38aaef11fe27ada765fb6d970dce55f00c77a2.tar.zst
gsoc2013-evolution-de38aaef11fe27ada765fb6d970dce55f00c77a2.zip
Migrate external editor plugin to GSettings
Diffstat (limited to 'data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in')
-rw-r--r--data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in b/data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in
index 114cfd3990..5ee175adf0 100644
--- a/data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in
+++ b/data/org.gnome.evolution.eplugin.external-editor.gschema.xml.in
@@ -1,11 +1,11 @@
<schemalist>
<schema gettext-domain="evolution" id="org.gnome.evolution.eplugin.external-editor" path="/org/gnome/evolution/eplugin/external-editor/">
- <key name="external-editor-command" type="s">
+ <key name="command" type="s">
<default>'gedit'</default>
<_summary>Default External Editor</_summary>
<_description>The default command that must be used as the editor.</_description>
</key>
- <key name="external-editor-launch-on-key-press" type="b">
+ <key name="launch-on-key-press" type="b">
<default>false</default>
<_summary>Automatically launch when a new mail is edited</_summary>
<_description>Automatically launch editor when key is pressed in the mail composer.</_description>