shdocvw: Cal on_offlineconnected_change and on_silent_change in SetClientSite.

This commit is contained in:
Jacek Caban 2006-11-05 17:47:52 +01:00 committed by Alexandre Julliard
parent e7c3d0157a
commit 7858c208a1
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}