mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
2 bugs killed :-)
This commit is contained in:
parent
200a2e598a
commit
7d0a9de305
@ -76,6 +76,7 @@ bool db_x509::updateView()
|
||||
if (key)
|
||||
if (key->isPrivKey()) pixnum += 2;
|
||||
if (signer == NULL) pixnum += 1 ;
|
||||
else if (signer->getSigner() == NULL) pixnum += 1;
|
||||
cerr << "ARound "<< pki <<" - "<< signer << endl;
|
||||
current->setPixmap(0, *pm[pixnum]);
|
||||
mycont.remove(pki);
|
||||
@ -99,7 +100,6 @@ void db_x509::remFromCont(pki_base *pki)
|
||||
pkiit = (pki_x509 *)it.current();
|
||||
if (pkiit->getSigner()==pki) {
|
||||
pkiit->delSigner();
|
||||
return;
|
||||
}
|
||||
}
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user