diff options
author | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2007-02-26 22:42:44 +0800 |
---|---|---|
committer | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2007-02-26 22:42:44 +0800 |
commit | b3554a5cca35684a0685974988e0a2c96c6a722a (patch) | |
tree | 2fb5a969e1f9210542b4465b79773db4e9c6f271 /composer | |
parent | c486a9e5c09e81d045a29d87065c9eb46f503d2a (diff) | |
download | gsoc2013-evolution-b3554a5cca35684a0685974988e0a2c96c6a722a.tar.gz gsoc2013-evolution-b3554a5cca35684a0685974988e0a2c96c6a722a.tar.zst gsoc2013-evolution-b3554a5cca35684a0685974988e0a2c96c6a722a.zip |
** Fixes #401546 - Commit the missing error string and remove the button
from the toolbar and also dis-associate the accelarator key.
svn path=/trunk/; revision=33256
Diffstat (limited to 'composer')
-rw-r--r-- | composer/ChangeLog | 7 | ||||
-rw-r--r-- | composer/mail-composer.error.xml | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 2a4e16c6f0..11ece56b4d 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,10 @@ +2007-02-26 Veerapuram Varadhan <vvaradhan@novell.com> + + ** Fixes #401546 + + mail-composer.error.xml: Added a new error in case if send options + is not supported by a provider and user tries to use it. + 2007-02-26 Sankar P <psankar@novell.com> * e-msg-composer.c: (autosave_manager_query_load_orphans), diff --git a/composer/mail-composer.error.xml b/composer/mail-composer.error.xml index ed45bb292f..210756bb52 100644 --- a/composer/mail-composer.error.xml +++ b/composer/mail-composer.error.xml @@ -77,4 +77,8 @@ Please make sure that you have the correct version of gtkhtml and libgtkhtml installed.</_secondary> </error> + <error id="send-options-support" type="error" modal="true"> + <_primary>Send options not available.</_primary> + <_secondary>Send options available only for Novell Groupwise and Microsoft Exchange accounts.</_secondary> + </error> </error-list> |