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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user