made passwd box modal

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6312 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-04-18 18:41:51 +00:00
parent f0b31371f7
commit be795e4dd2

View File

@ -258,6 +258,7 @@ bool NotifyQt::askForPassword(const std::string& key_details, bool prev_is_bad,
tr("Please enter the password to unlock your PGP key:") + "\n" + QString::fromUtf8(key_details.c_str()));
dialog.setTextEchoMode(QLineEdit::Password);
dialog.setWindowIcon(QIcon(":/images/rstray3.png"));
dialog.setModal(true);
int ret = dialog.exec();