From f0fb7bbb8a0f9760741a88daacb3363b3e5b4551 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Tue, 13 May 2008 10:43:55 +0000 Subject: [PATCH] * Fix for the new error domain in tinymail's trunk pmo-trunk-r4520 --- src/modest-tny-local-folders-account.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modest-tny-local-folders-account.c b/src/modest-tny-local-folders-account.c index 1891dea..4be9efa 100644 --- a/src/modest-tny-local-folders-account.c +++ b/src/modest-tny-local-folders-account.c @@ -175,7 +175,7 @@ create_folder (TnyFolderStore *self, /* If the folder name is been used by our extra folders */ if (modest_tny_local_folders_account_folder_name_in_use (MODEST_TNY_LOCAL_FOLDERS_ACCOUNT (self), name)) { - g_set_error (err, TNY_SERVICE_ERROR, + g_set_error (err, TNY_ERROR_DOMAIN, TNY_SERVICE_ERROR_FOLDER_CREATE, "Folder name already in use"); return NULL; -- 1.7.9.5