mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-13 16:45:49 -04:00
ID fixes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-IdCleaning@7162 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fff8485a0e
commit
d391da3c4c
2 changed files with 4 additions and 4 deletions
|
@ -44,7 +44,7 @@ PostedCreatePostDialog::PostedCreatePostDialog(TokenQueue* tokenQ, RsPosted *pos
|
|||
ui->headerFrame->setHeaderText(tr("Submit a new Post"));
|
||||
|
||||
/* fill in the available OwnIds for signing */
|
||||
ui->idChooser->loadIds(IDCHOOSER_ID_REQUIRED, "");
|
||||
ui->idChooser->loadIds(IDCHOOSER_ID_REQUIRED, RsGxsId());
|
||||
}
|
||||
|
||||
PostedCreatePostDialog::~PostedCreatePostDialog()
|
||||
|
|
|
@ -422,7 +422,7 @@ void WikiEditDialog::setNewPage()
|
|||
setWindowTitle(tr("Create New Wiki Page"));
|
||||
|
||||
/* no need for for REQUIRED ID */
|
||||
ui.comboBox_IdChooser->loadIds(0, "");
|
||||
ui.comboBox_IdChooser->loadIds(0, RsGxsId());
|
||||
|
||||
textReset();
|
||||
}
|
||||
|
@ -434,7 +434,7 @@ void WikiEditDialog::setRepublishMode(RsGxsMessageId &origMsgId)
|
|||
mRepublishOrigId = origMsgId;
|
||||
ui.pushButton_Submit->setText(tr("Republish"));
|
||||
/* no need for for REQUIRED ID */
|
||||
ui.comboBox_IdChooser->loadIds(0, "");
|
||||
ui.comboBox_IdChooser->loadIds(0, RsGxsId());
|
||||
}
|
||||
|
||||
|
||||
|
@ -588,7 +588,7 @@ void WikiEditDialog::setupData(const RsGxsGroupId &groupId, const RsGxsMessageId
|
|||
setWindowTitle(tr("Edit Wiki Page"));
|
||||
|
||||
/* fill in the available OwnIds for signing */
|
||||
ui.comboBox_IdChooser->loadIds(IDCHOOSER_ID_REQUIRED, "");
|
||||
ui.comboBox_IdChooser->loadIds(IDCHOOSER_ID_REQUIRED, RsGxsId());
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue