Commit 15fb147a authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Set current moniker in start_binding.

parent 9d9553f9
...@@ -717,8 +717,11 @@ HRESULT start_binding(HTMLWindow *window, HTMLDocumentNode *doc, BSCallback *bsc ...@@ -717,8 +717,11 @@ HRESULT start_binding(HTMLWindow *window, HTMLDocumentNode *doc, BSCallback *bsc
/* NOTE: IE7 calls IsSystemMoniker here*/ /* 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); call_docview_84(window->doc_obj);
}
if(bctx) { if(bctx) {
RegisterBindStatusCallback(bctx, STATUSCLB(bscallback), NULL, 0); RegisterBindStatusCallback(bctx, STATUSCLB(bscallback), NULL, 0);
......
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