Jacek Caban : mshtml: Call update_doc in exec_editmode.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jun 11 08:46:38 CDT 2007


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Sun Jun 10 11:40:16 2007 +0200

mshtml: Call update_doc in exec_editmode.

---

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

diff --git a/dlls/mshtml/olecmd.c b/dlls/mshtml/olecmd.c
index 2c30dc7..8a0aa61 100644
--- a/dlls/mshtml/olecmd.c
+++ b/dlls/mshtml/olecmd.c
@@ -553,6 +553,8 @@ static HRESULT exec_editmode(HTMLDocument *This, DWORD cmdexecopt, VARIANT *in,
         return hres;
     }
 
+    update_doc(This, UPDATE_UI);
+
     return IPersistMoniker_Load(PERSISTMON(This), TRUE, mon, NULL, 0);
 }
 




More information about the wine-cvs mailing list