diff --git a/retroshare-gui/src/gui/StartDialog.cpp b/retroshare-gui/src/gui/StartDialog.cpp index e2ec43310..8e272b792 100644 --- a/retroshare-gui/src/gui/StartDialog.cpp +++ b/retroshare-gui/src/gui/StartDialog.cpp @@ -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 accountIds; std::list::iterator it; std::string preferedId;