aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/external-editor/apps-evolution-external-editor.schemas.in
diff options
context:
space:
mode:
authorSankar P <psankar@novell.com>2008-04-17 17:16:25 +0800
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2008-04-17 17:16:25 +0800
commit298f58a3e72346247152137dec52dbb899eec162 (patch)
treea0036375fc0ec66c0959c044364429269e44333c /plugins/external-editor/apps-evolution-external-editor.schemas.in
parente7adc5aefafb18e5149a5fdb07756febf17b5684 (diff)
downloadgsoc2013-evolution-298f58a3e72346247152137dec52dbb899eec162.tar
gsoc2013-evolution-298f58a3e72346247152137dec52dbb899eec162.tar.gz
gsoc2013-evolution-298f58a3e72346247152137dec52dbb899eec162.tar.bz2
gsoc2013-evolution-298f58a3e72346247152137dec52dbb899eec162.tar.lz
gsoc2013-evolution-298f58a3e72346247152137dec52dbb899eec162.tar.xz
gsoc2013-evolution-298f58a3e72346247152137dec52dbb899eec162.tar.zst
gsoc2013-evolution-298f58a3e72346247152137dec52dbb899eec162.zip
Added new files deleted files not needed.
2008-04-17 Sankar P <psankar@novell.com> * Makefile.am: Added new files deleted files not needed. * external-editor.c: (convert_to_camel_internet_address), (ee_editor_command_changed), (e_plugin_lib_get_configure_widget), (async_external_editor), (show_composer_dialog), (org_gnome_external_editor): Leak fixes, Temporary files, Bug fixes and so on. * org-gnome-external-editor-errors.xml: Modified error file for staying aligned with other plugins * apps-evolution-external-editor.schemas.in: Added new file for default schema * org-gnome-external-editor.error.xml: Removed in favor of the other errors file. ** Fix for bug #517168 svn path=/trunk/; revision=35373
Diffstat (limited to 'plugins/external-editor/apps-evolution-external-editor.schemas.in')
-rw-r--r--plugins/external-editor/apps-evolution-external-editor.schemas.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/external-editor/apps-evolution-external-editor.schemas.in b/plugins/external-editor/apps-evolution-external-editor.schemas.in
new file mode 100644
index 0000000000..0f6d264b90
--- /dev/null
+++ b/plugins/external-editor/apps-evolution-external-editor.schemas.in
@@ -0,0 +1,16 @@
+<gconfschemafile>
+ <schemalist>
+ <schema>
+ <key>/schemas/apps/evolution/eplugin/external-editor/editor-command</key>
+ <applyto>/apps/evolution/eplugin/external-editor/editor-command</applyto>
+ <owner>evolution-mail</owner>
+ <type>string</type>
+ <default>gedit</default>
+ <locale name="C">
+ <short>Default External Editor</short>
+ <long>The default command that must be used as the editor.</long>
+ </locale>
+ </schema>
+ </schemalist>
+</gconfschemafile>
+