[ros-diffs] [gedmurphy] 40422: Open folders in the existing window. Patch by Gabriel Ilardi See issue #4345 for more details.
gedmurphy at svn.reactos.org
gedmurphy at svn.reactos.org
Wed Apr 8 22:48:24 CEST 2009
Author: gedmurphy
Date: Thu Apr 9 00:48:23 2009
New Revision: 40422
URL: http://svn.reactos.org/svn/reactos?rev=40422&view=rev
Log:
Open folders in the existing window.
Patch by Gabriel Ilardi
See issue #4345 for more details.
Modified:
trunk/reactos/base/shell/explorer/shell/mainframe.cpp
Modified: trunk/reactos/base/shell/explorer/shell/mainframe.cpp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/shell/mainframe.cpp?rev=40422&r1=40421&r2=40422&view=diff
==============================================================================
--- trunk/reactos/base/shell/explorer/shell/mainframe.cpp [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/shell/mainframe.cpp [iso-8859-1] Thu Apr 9 00:48:23 2009
@@ -96,7 +96,7 @@
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)));
More information about the Ros-diffs
mailing list