Commit 1f716bcb authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Try installing Gecko from hardcoded '/usr/share/wine/gecko/' location.

parent f08938c3
......@@ -283,7 +283,10 @@ static BOOL install_from_default_dir(void)
ret = install_from_unix_file(file_name);
heap_free(file_name);
return ret;
if(ret)
return TRUE;
return install_from_unix_file("/usr/share/wine/gecko/" GECKO_FILE_NAME);
}
static HRESULT WINAPI InstallCallback_QueryInterface(IBindStatusCallback *iface,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment