mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-17 10:31:05 -04:00
ID rework
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-IdCleaning@7167 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ad1602d701
commit
97ac7f85f7
17 changed files with 57 additions and 57 deletions
|
@ -37,7 +37,7 @@ GxsCreateCommentDialog::GxsCreateCommentDialog(TokenQueue *tokQ, RsGxsCommentSer
|
|||
connect(ui->buttonBox, SIGNAL(accepted()), this, SLOT(createComment()));
|
||||
|
||||
/* fill in the available OwnIds for signing */
|
||||
ui->idChooser->loadIds(IDCHOOSER_ID_REQUIRED, "");
|
||||
ui->idChooser->loadIds(IDCHOOSER_ID_REQUIRED, RsGxsId());
|
||||
}
|
||||
|
||||
void GxsCreateCommentDialog::createComment()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue