mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-04 09:05:34 -05:00
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:
parent
980b789809
commit
6fe0c42b45
@ -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)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user