shdocvw: Cal on_offlineconnected_change and on_silent_change in SetClientSite.
This commit is contained in:
parent
e7c3d0157a
commit
7858c208a1
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue