mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-28 08:54:13 -04:00
fixed bug causing lack of passwd request on group edit
This commit is contained in:
parent
499753f873
commit
43fbd6f76a
3 changed files with 3 additions and 1 deletions
|
@ -637,7 +637,7 @@ void IdEditDialog::updateId()
|
|||
RsGxsId keyId;
|
||||
std::string gpg_password;
|
||||
|
||||
if(!mEditGroup.mPgpId.isNull())
|
||||
if(mEditGroup.mPgpLinked)
|
||||
{
|
||||
std::string gpg_name = rsPeers->getGPGName(rsPeers->getGPGOwnId());
|
||||
bool cancelled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue