Bug 375759, Cert manager showing date strings for "Your Certificates" namesPatch contributed by Kaspar Brandr=kengert

This commit is contained in:
kaie@kuix.de 2007-06-10 16:24:15 -07:00
Родитель c85bd757f8
Коммит 42e0a9a00c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -723,7 +723,7 @@ nsCertTree::GetCellText(PRInt32 row, nsITreeColumn* col,
PRInt32 colIndex;
col->GetIndex(&colIndex);
PRUint32 arrayIndex=colIndex+absoluteCertOffset*mNumRows;
PRUint32 arrayIndex=absoluteCertOffset+colIndex*mNumRows;
PRUint32 arrayLength=0;
if (mCellText) {
mCellText->GetLength(&arrayLength);