Hide share of key in forums

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7957 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-02-18 23:07:25 +00:00
parent 9e31d2714d
commit 233fab7b6b
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ E [ ] it's not possible to create a Forum thread without a Owner.
Bug? If not, then remove "No signature" from selection box
[X] the tooltip over GXS ids should show the avatar on the left side.
[X] fix data race between GXS ID default icons
M [ ] Share of key shows "Not implemented". Since forums are public, share key should be hidden.
[X] Share of key shows "Not implemented". Since forums are public, share key should be hidden.
GUI General
E [ ] do we keep "Getting Started" ? the look needs to be improved

View File

@ -128,7 +128,7 @@ GxsGroupDialog *GxsForumsDialog::createGroupDialog(TokenQueue *tokenQueue, RsTok
int GxsForumsDialog::shareKeyType()
{
return FORUM_KEY_SHARE;
return 0; // Forums are public
}
GxsMessageFrameWidget *GxsForumsDialog::createMessageFrameWidget(const RsGxsGroupId &groupId)