diff --git a/xpinstall/src/nsInstallTrigger.cpp b/xpinstall/src/nsInstallTrigger.cpp index 1207e3b955a..00aec230cb0 100644 --- a/xpinstall/src/nsInstallTrigger.cpp +++ b/xpinstall/src/nsInstallTrigger.cpp @@ -378,7 +378,9 @@ nsInstallTrigger::GetVersion(const nsString& component, nsString& version) version.Truncate(); /* if we got the version */ - if ( status == REGERR_OK && VR_ValidateComponent( tempCString ) == REGERR_OK) + // XXX fix the right way after PR3 or RTM + // if ( status == REGERR_OK && VR_ValidateComponent( tempCString ) == REGERR_OK) + if ( status == REGERR_OK ) { nsInstallVersion regNameVersion;