Commit 7858c208 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

shdocvw: Cal on_offlineconnected_change and on_silent_change in SetClientSite.

parent e7c3d015
......@@ -325,6 +325,9 @@ static HRESULT WINAPI OleObject_SetClientSite(IOleObject *iface, LPOLECLIENTSITE
create_shell_embedding_hwnd(This);
on_offlineconnected_change(This);
on_silent_change(This);
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