Bug 375759, Cert manager showing date strings for "Your Certificates" names

Patch contributed by Kaspar Brand
r=kengert


git-svn-id: svn://10.0.0.236/trunk@227771 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kaie%kuix.de
2007-06-10 23:24:15 +00:00
parent 54442e7084
commit 5d5d2dcc50

View File

@@ -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);