Bug 11539. Display 'title' as NC:Description instead of NC:Source.

This commit is contained in:
waterson%netscape.com 1999-08-12 08:44:02 +00:00
Родитель 4d1f7d0216
Коммит 30bcdfef8e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -329,7 +329,7 @@ nsXPINotifierImpl::AddNewSoftwareFromDistributor(nsIRDFResource *inDistributor)
if (NS_FAILED(rv)) break;
mInner->Assert(aPackage, kNC_Type, kXPI_Notifier_Type, PR_TRUE);
mInner->Assert(aPackage, kNC_Source, title, PR_TRUE);
mInner->Assert(aPackage, kNC_Description, title, PR_TRUE);
mInner->Assert(aPackage, kNC_URL, url, PR_TRUE);
mInner->Assert(kNC_FlashRoot, kNC_Child, aPackage, PR_TRUE);