From add23cb3f280d1387c989c7e1f0747a9b140e886 Mon Sep 17 00:00:00 2001 From: Hiro Date: Fri, 27 Apr 2007 13:55:41 +0000 Subject: win32: fixed path separator problem in virtual folder. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1678 ee746299-78ed-0310-b773-934348b2243d --- src/query_search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/query_search.c b/src/query_search.c index ac57bce7..68e40436 100644 --- a/src/query_search.c +++ b/src/query_search.c @@ -973,7 +973,7 @@ static FolderItem *query_search_create_vfolder(FolderItem *parent, } if (parent->path) - path = g_strconcat(parent->path, G_DIR_SEPARATOR_S, name, NULL); + path = g_strconcat(parent->path, "/", name, NULL); else path = g_strdup(name); -- cgit v1.2.3