Jacek Caban : mshtml: Remove nsIWebBrowserFocus_Activate useless call.

Alexandre Julliard julliard at winehq.org
Mon Nov 12 06:27:26 CST 2007


Module: wine
Branch: master
Commit: e93be266c186e468e4b6d417a5875a85f43f21a8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e93be266c186e468e4b6d417a5875a85f43f21a8

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Nov 12 01:24:12 2007 +0100

mshtml: Remove nsIWebBrowserFocus_Activate useless call.

---

 dlls/mshtml/olewnd.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/mshtml/olewnd.c b/dlls/mshtml/olewnd.c
index 613f71d..5ce3209 100644
--- a/dlls/mshtml/olewnd.c
+++ b/dlls/mshtml/olewnd.c
@@ -101,9 +101,6 @@ static HRESULT WINAPI OleInPlaceActiveObject_OnFrameWindowActivate(IOleInPlaceAc
     if(This->hostui)
         IDocHostUIHandler_OnFrameWindowActivate(This->hostui, fActivate);
 
-    if(fActivate && This->nscontainer)
-        nsIWebBrowserFocus_Activate(This->nscontainer->focus);
-
     return S_OK;
 }
 




More information about the wine-cvs mailing list