fix root path for folders opened from the desktop

svn path=/branches/lean-explorer/; revision=10136
This commit is contained in:
Martin Fuchs
2004-07-15 21:19:05 +00:00
parent bb344f6544
commit 64e7f90242
@@ -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();
}