Module: wine Branch: master Commit: 5f6ce2de632196894d14871fcde0efd255bfd597 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5f6ce2de632196894d14871fcd...
Author: Jacek Caban jacek@codeweavers.com Date: Sun Mar 16 23:41:55 2008 +0100
mshtml: Break Wine Gecko 0.0.1 support.
---
dlls/mshtml/nsembed.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/dlls/mshtml/nsembed.c b/dlls/mshtml/nsembed.c index 37afc6d..efdad04 100644 --- a/dlls/mshtml/nsembed.c +++ b/dlls/mshtml/nsembed.c @@ -265,9 +265,7 @@ static BOOL load_wine_gecko(PRUnichar *gre_path) if(res != ERROR_SUCCESS) return FALSE;
- ret = load_wine_gecko_v(gre_path, hkey, GECKO_VERSION, GECKO_VERSION_STRING) - || load_wine_gecko_v(gre_path, hkey, "0.0.1", "Wine Gecko 0.0.1\n") - || load_wine_gecko_v(gre_path, hkey, NULL, "Wine Gecko 0.0.1\n"); + ret = load_wine_gecko_v(gre_path, hkey, GECKO_VERSION, GECKO_VERSION_STRING);
RegCloseKey(hkey); return ret;