From f52b4c7f2add355caedcc47e6f149b8661480b4e Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Tue, 3 Jun 2008 19:54:34 +0100 Subject: [PATCH] Set sympath to a Unix path, not a URI --- ROX-Filer/src/filer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROX-Filer/src/filer.c b/ROX-Filer/src/filer.c index 90b26872..77043c02 100644 --- a/ROX-Filer/src/filer.c +++ b/ROX-Filer/src/filer.c @@ -1455,7 +1455,7 @@ FilerWindow *filer_opendir_gfile(GFile *gfile, FilerWindow *src_win, const gchar filer_window->temp_show_hidden = FALSE; filer_window->gfile = gfile; filer_window->uri = g_file_get_uri(gfile); - filer_window->sym_path = g_file_get_uri(gfile); + filer_window->sym_path = g_file_get_path(gfile); filer_window->real_path = real_path; filer_window->scanning = FALSE; filer_window->had_cursor = FALSE; -- 2.11.4.GIT