Module: wine Branch: master Commit: e93be266c186e468e4b6d417a5875a85f43f21a8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e93be266c186e468e4b6d417a5...
Author: Jacek Caban jacek@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; }