hide ssl password when logging in

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1551 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2009-08-18 12:43:33 +00:00
parent 0a28f35eea
commit ee99a37502

View File

@ -72,10 +72,14 @@ StartDialog::StartDialog(QWidget *parent, Qt::WFlags flags)
std::string userName;
#ifdef RS_USE_PGPSSL
//comment those to show the ssl password dialog
ui.loadPasswd->hide();
ui.label_4->hide();
/* get all available pgp private certificates....
* mark last one as default.
*/
std::list<std::string> accountIds;
std::list<std::string>::iterator it;
std::string preferedId;