Jacek Caban : mshtml: Ignore one more property change notification to fix some IE installations.

Alexandre Julliard julliard at winehq.org
Tue Nov 6 14:27:30 CST 2012


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Tue Nov  6 16:56:47 2012 +0100

mshtml: Ignore one more property change notification to fix some IE installations.

---

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

diff --git a/dlls/mshtml/tests/htmldoc.c b/dlls/mshtml/tests/htmldoc.c
index 4de1998..849b517 100644
--- a/dlls/mshtml/tests/htmldoc.c
+++ b/dlls/mshtml/tests/htmldoc.c
@@ -940,6 +940,7 @@ static HRESULT WINAPI PropertyNotifySink_OnChanged(IPropertyNotifySink *iface, D
     case 3000024:
     case 3000025:
     case 3000026:
+    case 3000027:
     case 3000028:
     case 3000029:
     case 3000030:




More information about the wine-cvs mailing list