[evolution] Bug #668805 - Copy to Folder uses incorrect error definition names
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug #668805 - Copy to Folder uses incorrect error definition names
- Date: Tue, 31 Jan 2012 13:30:45 +0000 (UTC)
commit 669535963bfc5bc6ba2f4b8f38069c9c69d70c61
Author: Milan Crha <mcrha redhat com>
Date: Tue Jan 31 14:30:15 2012 +0100
Bug #668805 - Copy to Folder uses incorrect error definition names
mail/em-folder-utils.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/mail/em-folder-utils.c b/mail/em-folder-utils.c
index 443af5b..d1a5866 100644
--- a/mail/em-folder-utils.c
+++ b/mail/em-folder-utils.c
@@ -354,8 +354,8 @@ emfu_copy_folder_selected (EMailSession *session,
if (local_error != NULL) {
e_alert_submit (
alert_sink, cfd->delete ?
- "mail:no-move-folder-notexist" :
- "mail:no-copy-folder-notexist",
+ "mail:no-move-folder-nostore" :
+ "mail:no-copy-folder-nostore",
cfd->source_folder_name, uri,
local_error->message, NULL);
goto fail;
@@ -387,8 +387,8 @@ emfu_copy_folder_selected (EMailSession *session,
if (local_error != NULL) {
e_alert_submit (
alert_sink, cfd->delete ?
- "mail:no-move-folder-to-notexist" :
- "mail:no-copy-folder-to-notexist",
+ "mail:no-move-folder-to-nostore" :
+ "mail:no-copy-folder-to-nostore",
cfd->source_folder_name, uri,
local_error->message, NULL);
goto fail;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]