diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-05-17 03:51:18 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-05-17 03:51:18 +0800 |
commit | b452caf1791ce100a9f8f3024aa701a4344bbe7e (patch) | |
tree | 004adff68ff3ccf4ec39244113c0e43d27ef47e0 /mail/mail.error.xml | |
parent | 69dcbacecf55a58638ad71d22bea8be9f0d5b7d9 (diff) | |
download | gsoc2013-evolution-b452caf1791ce100a9f8f3024aa701a4344bbe7e.tar.gz gsoc2013-evolution-b452caf1791ce100a9f8f3024aa701a4344bbe7e.tar.zst gsoc2013-evolution-b452caf1791ce100a9f8f3024aa701a4344bbe7e.zip |
** Fixes bug #514383
2008-05-16 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #514383
* plugins/mark-all-read/mark-all-read.c: Add a Cancel button.
* mail/mail.error.xml: Remove the "ask-mark-read" error.
* e-error.c (e_error_newv): Widget packing adjustments.
svn path=/trunk/; revision=35504
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 9caf7158a6..0c6c7f3332 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -368,14 +368,6 @@ You can choose to ignore this folder, overwrite or append its contents, or quit. <button stock="gtk-yes" _label="Send Receipt" response="GTK_RESPONSE_YES"/> </error> - <error id="ask-mark-read" type="question" default="GTK_RESPONSE_NO"> - <_title>Mark all messages as read</_title> - <_primary>Mark all messages in this folder and subfolders as read?</_primary> - <_secondary xml:space="preserve">Do you want the operation to be performed also in the subfolders?</_secondary> - <button stock="gtk-no" _label="Only on _Current Folder" response="GTK_RESPONSE_NO"/> - <button stock="gtk-yes" _label="on Current Folder and _Subfolders" response="GTK_RESPONSE_YES"/> - </error> - <error id="ask-quick-offline" type="question" default="GTK_RESPONSE_NO"> <_primary>Synchronize folders locally for offline usage?</_primary> <_secondary xml:space="preserve">Do you want to locally synchronize the folders that are marked for offline usage?</_secondary> |