mshtml: Set current moniker in start_binding.

This commit is contained in:
Jacek Caban 2010-03-03 14:54:28 +01:00 committed by Alexandre Julliard
parent 9d9553f9bb
commit 15fb147a8e
1 changed files with 4 additions and 1 deletions

View File

@ -717,8 +717,11 @@ HRESULT start_binding(HTMLWindow *window, HTMLDocumentNode *doc, BSCallback *bsc
/* NOTE: IE7 calls IsSystemMoniker here*/
if(window)
if(window) {
if(bscallback->mon != window->mon)
set_current_mon(window, bscallback->mon);
call_docview_84(window->doc_obj);
}
if(bctx) {
RegisterBindStatusCallback(bctx, STATUSCLB(bscallback), NULL, 0);