mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-18 10:57:18 -05:00
use for color sources friends sources + anonymous sources
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2416 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7691f8aee9
commit
fba9772a18
@ -884,7 +884,7 @@ void SearchDialog::insertFile(const std::string& txt,qulonglong searchId, const
|
||||
ui.searchResultWidget->topLevelItem(i)->setText(SR_ID_COL,modifiedResult);
|
||||
QTreeWidgetItem *item = ui.searchResultWidget->topLevelItem(i);
|
||||
found = true ;
|
||||
int sources = friendSource;
|
||||
int sources = friendSource + anonymousSource ;
|
||||
if ( sources < 1)
|
||||
{
|
||||
for(int i = 0; i < 7; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user