mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 13:49:04 -04:00
changed dialog to none blocking mode
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7872 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4a4ea80110
commit
7c850aaa02
3 changed files with 95 additions and 91 deletions
|
@ -2464,8 +2464,10 @@ void MessageComposer::identityDetails()
|
|||
return;
|
||||
}
|
||||
|
||||
IdDetailsDialog dialog(RsGxsGroupId(id), this);
|
||||
dialog.exec();
|
||||
IdDetailsDialog *dialog = new IdDetailsDialog(RsGxsGroupId(id));
|
||||
dialog->show();
|
||||
|
||||
/* Dialog will destroy itself */
|
||||
}
|
||||
|
||||
void MessageComposer::tagAboutToShow()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue