aboutsummaryrefslogtreecommitdiff
path: root/libsylph/folder.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-03 04:47:36 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-03 04:47:36 +0000
commit9cb5a32884a874d7143fdb846871a2083fe9e022 (patch)
tree044fad24b05a550d20004af2c843f9987c7a6a7c /libsylph/folder.c
parent98caa484e62a5e9c506c5e0a489701bcabca8c52 (diff)
win32: fixed a bug that the path separator of FolderItem::path was not processed correctly.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1589 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/folder.c')
-rw-r--r--libsylph/folder.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libsylph/folder.c b/libsylph/folder.c
index 7edd391b..c63d5ba7 100644
--- a/libsylph/folder.c
+++ b/libsylph/folder.c
@@ -673,9 +673,6 @@ gchar *folder_item_get_identifier(FolderItem *item)
folder_id = folder_get_identifier(item->folder);
id = g_strconcat(folder_id, "/", item->path, NULL);
-#ifdef G_OS_WIN32
- subst_char(id, G_DIR_SEPARATOR, '/');
-#endif
g_free(folder_id);
return id;