- Added request of complete fill to update broadcast

- Added fill of new messages to GxsChannelPostsWidget instead of a complete refill
- Removed static html text from GxsCannelPostItem.ui

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7334 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-05-05 21:53:47 +00:00
parent 7634afe733
commit 306c8fe431
11 changed files with 185 additions and 53 deletions

View file

@ -739,7 +739,7 @@ void GxsGroupFrameDialog::acknowledgeSubscribeChange(const uint32_t &token)
RsGxsGroupId groupId;
mInterface->acknowledgeGrp(token, groupId);
requestGroupSummary();
fillComplete();
}
/*********************** **** **** **** ***********************/