mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-21 05:44:29 -05: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
@ -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…
Reference in New Issue
Block a user