- fixed a few bugs in cert creation window:

* private key was not correctly added to private keyring
   * self signature validation was reported unsuccessful when unknown signatures where found
- enabled key import when no key is present


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5389 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-08-07 19:16:17 +00:00
parent 4581067b78
commit 702263686e
4 changed files with 55 additions and 13 deletions

View file

@ -49,6 +49,8 @@ private slots:
private:
void init() ;
/** Loads the saved connectidialog settings */
// void loadSettings();
void loadCertificates();