зеркало из https://github.com/mozilla/pjs.git
Bug 53845 make InstallTrigger.getVersion() work for SmartUpdate site. r=ssu,sr=mscott,a=pdt nsbeta3++
This commit is contained in:
Родитель
852cabe4f0
Коммит
82a218ebec
|
@ -378,7 +378,9 @@ nsInstallTrigger::GetVersion(const nsString& component, nsString& version)
|
||||||
version.Truncate();
|
version.Truncate();
|
||||||
|
|
||||||
/* if we got the version */
|
/* 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;
|
nsInstallVersion regNameVersion;
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче