Commit 4b7e8e73 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

ole32: The advise sink for the data cache should be primed with the passed in…

ole32: The advise sink for the data cache should be primed with the passed in aspects value, not an arbitrarily selected value.
parent 46f70207
......@@ -1503,9 +1503,7 @@ static HRESULT WINAPI DataCache_SetAdvise(
*/
if (advf & ADVF_PRIMEFIRST)
{
DataCache_FireOnViewChange(this,
DVASPECT_CONTENT,
-1);
DataCache_FireOnViewChange(this, aspects, -1);
}
return S_OK;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment