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
15 lines
565 B
XML
15 lines
565 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<error-list domain="org.gnome.evolution.plugins.external-editor">
|
|
|
|
<error id="editor-not-launchable" type="error">
|
|
<_primary>Editor not launchable</_primary>
|
|
<_secondary>The external editor set in your plugin preferences cannot be launched. Try setting a different editor.</_secondary>
|
|
</error>
|
|
|
|
<error id="no-temp-file" type="error">
|
|
<_primary>Cannot create Temporary File</_primary>
|
|
<_secondary>Evolution is unable to create a temporary file to save your mail. Retry later.</_secondary>
|
|
</error>
|
|
|
|
</error-list>
|