Open folders in the existing window.

Patch by Gabriel Ilardi

See issue #4345 for more details.

svn path=/trunk/; revision=40422
This commit is contained in:
Ged Murphy
2009-04-08 20:48:23 +00:00
parent 2c22f42f66
commit 62d2e0a471
@@ -96,7 +96,7 @@ int MainFrameBase::OpenShellFolders(LPIDA pida, HWND hFrameWnd)
XMLPos explorer_options = g_Globals.get_cfg("general/explorer");
bool mdi = XMLBool(explorer_options, "mdi", true);
bool separateFolders = XMLBool(explorer_options, "separate-folders", true);
bool separateFolders = XMLBool(explorer_options, "separate-folders", false);
ShellPath pidl_abs = ShellPath(pidl).create_absolute_pidl(parent_pidl);
LOG(FmtString(TEXT("MainFrameBase::OpenShellFolders(): pidl_abs=%s"), (LPCTSTR)FileSysShellPath(pidl_abs)));