[ros-diffs] [gedmurphy] 44683: fix paste error. ros-diffs yet again proves its worth

gedmurphy at svn.reactos.org gedmurphy at svn.reactos.org
Mon Dec 21 17:20:08 CET 2009


Author: gedmurphy
Date: Mon Dec 21 17:20:08 2009
New Revision: 44683

URL: http://svn.reactos.org/svn/reactos?rev=44683&view=rev
Log:
fix paste error. ros-diffs yet again proves its worth

Modified:
    trunk/reactos/base/applications/mscutils/servman/propsheet_depends.c

Modified: trunk/reactos/base/applications/mscutils/servman/propsheet_depends.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mscutils/servman/propsheet_depends.c?rev=44683&r1=44682&r2=44683&view=diff
==============================================================================
--- trunk/reactos/base/applications/mscutils/servman/propsheet_depends.c [iso-8859-1] (original)
+++ trunk/reactos/base/applications/mscutils/servman/propsheet_depends.c [iso-8859-1] Mon Dec 21 17:20:08 2009
@@ -233,7 +233,7 @@
                         else if (lpnmtv->hdr.idFrom == IDC_DEPEND_TREE2)
                         {
                             /* Has this node been expanded before */
-                            if (!TreeView_GetChild(pDlgInfo->hDependsTreeView1, lpnmtv->itemNew.hItem))
+                            if (!TreeView_GetChild(pDlgInfo->hDependsTreeView2, lpnmtv->itemNew.hItem))
                             {
                                 /* It's not, add the children */
                                 TV2_AddDependantsToTree(pDlgInfo, lpnmtv->itemNew.hItem, (LPTSTR)lpnmtv->itemNew.lParam);




More information about the Ros-diffs mailing list