Kirill K. Smirnov : mshtml: Fix yet another copy/paste typo.

Alexandre Julliard julliard at winehq.org
Tue Jun 3 04:52:19 CDT 2008


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

Author: Kirill K. Smirnov <lich at math.spbu.ru>
Date:   Mon Jun  2 19:49:50 2008 +0400

mshtml: Fix yet another copy/paste typo.

---

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

diff --git a/dlls/mshtml/nsembed.c b/dlls/mshtml/nsembed.c
index 87132f4..cec3598 100644
--- a/dlls/mshtml/nsembed.c
+++ b/dlls/mshtml/nsembed.c
@@ -1478,7 +1478,7 @@ static nsrefcnt NSAPI nsTooltipListener_AddRef(nsITooltipListener *iface)
 static nsrefcnt NSAPI nsTooltipListener_Release(nsITooltipListener *iface)
 {
     NSContainer *This = NSTOOLTIP_THIS(iface);
-    return nsIWebBrowserChrome_AddRef(NSWBCHROME(This));
+    return nsIWebBrowserChrome_Release(NSWBCHROME(This));
 }
 
 static nsresult NSAPI nsTooltipListener_OnShowTooltip(nsITooltipListener *iface,




More information about the wine-cvs mailing list