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(); }