Fixed display of files in flat view. The files of friends are shown again.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5914 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-11-30 22:38:59 +00:00
parent 980b789809
commit 6fe0c42b45

View File

@ -1304,7 +1304,7 @@ void FlatStyle_RDM::updateRefs()
_ref_stack.pop_back() ;
DirDetails details ;
if (requestDirDetails(ref, details, RS_FILE_HINTS_LOCAL | RS_FILE_HINTS_REMOTE))
if (requestDirDetails(ref, details, RS_FILE_HINTS_REMOTE))
{
if(details.type == DIR_TYPE_FILE) // only push files, not directories nor persons.
_ref_entries.push_back(std::pair<void*,QString>(ref,computeDirectoryPath(details)));