From 64e7f90242c130de735f555ff6360ee525fe1f4b Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Thu, 15 Jul 2004 21:19:05 +0000 Subject: [PATCH] fix root path for folders opened from the desktop svn path=/branches/lean-explorer/; revision=10136 --- reactos/subsys/system/explorer/shell/mainframe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/explorer/shell/mainframe.cpp b/reactos/subsys/system/explorer/shell/mainframe.cpp index 790be07ed52..e8688829d0a 100644 --- a/reactos/subsys/system/explorer/shell/mainframe.cpp +++ b/reactos/subsys/system/explorer/shell/mainframe.cpp @@ -192,7 +192,7 @@ void MainFrame::jump_to(LPCITEMIDLIST path, int mode) } else { _create_info._open_mode = mode; _create_info._shell_path = path; - _create_info._root_shell_path = DesktopFolderPath(); //@@ + _create_info._root_shell_path = path;//DesktopFolderPath(); //@@ update_explorer_view(); }