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
17 lines
508 B
Plaintext
17 lines
508 B
Plaintext
<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>
|
|
|