mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
fix root path for folders opened from the desktop
svn path=/branches/lean-explorer/; revision=10136
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user