Skip to content
Snippets Groups Projects
Commit 7858c208 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard
Browse files

shdocvw: Cal on_offlineconnected_change and on_silent_change in SetClientSite.

parent e7c3d015
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment