[evolution-data-server] Use '_' instead of '^' for renaming folders with dot symbol in it
- From: Chenthill Palanisamy <pchen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Use '_' instead of '^' for renaming folders with dot symbol in it
- Date: Mon, 22 Nov 2010 20:37:05 +0000 (UTC)
commit 33783d7736120bbb111de5bdd3a400ba2c81b974
Author: Chenthill Palanisamy <pchenthill novell com>
Date: Tue Nov 23 02:01:26 2010 +0530
Use '_' instead of '^' for renaming folders with dot symbol in it
camel/providers/local/camel-maildir-store.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/local/camel-maildir-store.c b/camel/providers/local/camel-maildir-store.c
index dccc2e5..5eb28c0 100644
--- a/camel/providers/local/camel-maildir-store.c
+++ b/camel/providers/local/camel-maildir-store.c
@@ -866,7 +866,7 @@ maildir_rename_old_folder (CamelMaildirStore *mstore, CamelFolderInfo *fi, GCanc
CamelStoreClass *store_class;
old_name = g_strdup (fi->full_name);
- g_strdelimit (old_name, ".", '^');
+ g_strdelimit (old_name, ".", '_');
new_name = maildir_full_name_to_dir_name (old_name);
store_class = CAMEL_STORE_CLASS (camel_maildir_store_parent_class);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]