mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-13 00:53:14 -04:00
- Correct missed parts for fixed updateGroup.
- Updated IdDialog to support Modifying Opinions on GxsIds. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7132 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1b2ed66814
commit
4bdd7b3b4d
13 changed files with 290 additions and 175 deletions
|
@ -108,7 +108,6 @@ bool PostedGroupDialog::service_CreateGroup(uint32_t &token, const RsGroupMetaDa
|
|||
}
|
||||
|
||||
bool PostedGroupDialog::service_EditGroup(uint32_t &token,
|
||||
RsGxsGroupUpdateMeta &updateMeta,
|
||||
RsGroupMetaData &editedMeta)
|
||||
{
|
||||
RsPostedGroup grp;
|
||||
|
@ -118,7 +117,7 @@ bool PostedGroupDialog::service_EditGroup(uint32_t &token,
|
|||
std::cerr << "PostedGroupDialog::service_EditGroup() submitting changes";
|
||||
std::cerr << std::endl;
|
||||
|
||||
rsPosted->updateGroup(token, updateMeta, grp);
|
||||
rsPosted->updateGroup(token, grp);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue