fix root path for folders opened from the desktop
authorMartin Fuchs <fuchs.martin@gmail.com>
Thu, 15 Jul 2004 21:19:05 +0000 (21:19 +0000)
committerMartin Fuchs <fuchs.martin@gmail.com>
Thu, 15 Jul 2004 21:19:05 +0000 (21:19 +0000)
svn path=/branches/lean-explorer/; revision=10136

reactos/subsys/system/explorer/shell/mainframe.cpp

index 790be07..e868882 100644 (file)
@@ -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();
        }