browseui: aclmulti: Follow the Windows Vista behavious in Expand.
This commit is contained in:
parent
c9492a5bf4
commit
a17e222d02
|
@ -257,8 +257,7 @@ static HRESULT WINAPI ACLMulti_Expand(IACList *iface, LPCWSTR wstr)
|
|||
if (!This->objs[i].pACL)
|
||||
continue;
|
||||
res = IACList_Expand(This->objs[i].pACL, wstr);
|
||||
if (res == S_OK)
|
||||
break;
|
||||
/* Vista behaviour - XP would break out of the loop if res == S_OK (usually calling Expand only once) */
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue