summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-12-27 10:26:22 +0100
committerAndras Timar <andras.timar@collabora.com>2013-12-27 10:42:24 +0100
commit7f3bcb1e98cb3417594a5fd811babfc8067677f4 (patch)
treec8fc5fa3754c1ec9285542819fe60cbe261334f2 /setup_native
parentd7238d87811d99f5b412457a1d3589b30819887d (diff)
fdo#72945 sort languages in Windows custom install tree view
Change-Id: I9a35ee7839373b82b47c0d5cc5b329918d337073
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/source/win32/customactions/sellang/sorttree.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/setup_native/source/win32/customactions/sellang/sorttree.cxx b/setup_native/source/win32/customactions/sellang/sorttree.cxx
index 9472a49bd82d..678103689f30 100644
--- a/setup_native/source/win32/customactions/sellang/sorttree.cxx
+++ b/setup_native/source/win32/customactions/sellang/sorttree.cxx
@@ -34,13 +34,7 @@ extern "C" UINT __stdcall SortTree(MSIHANDLE)
OutputDebugString("SortTree: SysTreeView32 not found\n");
return ERROR_SUCCESS;
}
- HTREEITEM treeRoot = TreeView_GetRoot(hwndTV);
- if (treeRoot == NULL)
- {
- OutputDebugString("SortTree: TreeView_GetRoot failed\n");
- return ERROR_SUCCESS;
- }
- HTREEITEM optional = TreeView_GetNextSibling(hwndTV, treeRoot);
+ HTREEITEM optional = TreeView_GetRoot(hwndTV);
if (optional == NULL)
{
OutputDebugString("SortTree: Optional Components branch not found\n");