mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 11:32:48 -04:00
GxsChannels:
- cleaned source code - added auto refresh - added todo button - removed some debug output Updated english translation git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6517 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2b9a211184
commit
9c40fb878f
22 changed files with 429 additions and 545 deletions
|
@ -257,10 +257,12 @@ void GxsForumsDialog::restoreForumKeys(void)
|
|||
#endif
|
||||
}
|
||||
|
||||
void GxsForumsDialog::updateDisplay(bool /*initialFill*/)
|
||||
void GxsForumsDialog::updateDisplay(bool complete)
|
||||
{
|
||||
/* Update forums list */
|
||||
insertForums();
|
||||
if (complete || !getGrpIds().empty()) {
|
||||
/* Update forums list */
|
||||
insertForums();
|
||||
}
|
||||
}
|
||||
|
||||
void GxsForumsDialog::forumInfoToGroupItemInfo(const RsGroupMetaData &forumInfo, GroupItemInfo &groupItemInfo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue