- Fix bug 3782 take #2

- Apply the fix to right source file and not to code which isnt build anymore

svn path=/trunk/; revision=36904
This commit is contained in:
Johannes Anderwald
2008-10-23 06:15:43 +00:00
parent 6a8e7cb444
commit cbfc164757
2 changed files with 4 additions and 1377 deletions
File diff suppressed because it is too large Load Diff
@@ -596,10 +596,14 @@ ISF_ControlPanel_fnGetUIObjectOf(IShellFolder2 * iface,
*ppvOut = NULL;
if (IsEqualIID(riid, &IID_IContextMenu) &&(cidl >= 1)) {
// TODO
// create a seperate item struct
//
pObj = (IUnknown*)(&This->lpVtblContextMenu);
This->apidl = apidl;
This->cidl = cidl;
IUnknown_AddRef(pObj);
hr = S_OK;
} else if (IsEqualIID(riid, &IID_IDataObject) &&(cidl >= 1)) {
pObj = (LPUNKNOWN) IDataObject_Constructor(hwndOwner, This->pidlRoot, apidl, cidl);
hr = S_OK;