[evolution/gnome-2-30] Fix typo in mail-folder-cache.c:rename_folders
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-2-30] Fix typo in mail-folder-cache.c:rename_folders
- Date: Tue, 15 Jun 2010 19:01:48 +0000 (UTC)
commit 3fb8ac13649abd8721926926095c7716df54084f
Author: Milan Crha <mcrha redhat com>
Date: Tue Jun 15 21:01:10 2010 +0200
Fix typo in mail-folder-cache.c:rename_folders
mail/mail-folder-cache.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/mail-folder-cache.c b/mail/mail-folder-cache.c
index d0d552d..9e3f89a 100644
--- a/mail/mail-folder-cache.c
+++ b/mail/mail-folder-cache.c
@@ -669,7 +669,7 @@ rename_folders(MailFolderCache *self, struct _store_info *si, const gchar *oldba
/* Its a rename op */
g_hash_table_remove(si->folders, mfi->full_name);
- g_hash_table_remove(si->folders, mfi->uri);
+ g_hash_table_remove(si->folders_uri, mfi->uri);
mfi->full_name = g_strdup(fi->full_name);
mfi->uri = g_strdup(fi->uri);
mfi->flags = fi->flags;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]