mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 15:45:04 -04:00
possible fix to recommend system
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2357 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
851e9069f6
commit
f9af70d361
1 changed files with 1 additions and 0 deletions
|
@ -431,6 +431,7 @@ void ChanMsgDialog::insertFileList(const std::list<DirDetails>& files_info)
|
|||
info.hash = it->hash ;
|
||||
info.rank = 0;//it->rank ;
|
||||
info.size = it->count ;
|
||||
info.inRecommend = true;
|
||||
_recList.push_back(info) ;
|
||||
|
||||
/* make a widget per person */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue