mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-03 20:45:55 -04:00
Fixed sort of friends in shared files.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6428 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
10d83d72b3
commit
4e1ae88ee9
@ -426,7 +426,7 @@ QVariant TreeStyle_RDM::sortRole(const QModelIndex& /*index*/,const DirDetails&
|
||||
switch(coln)
|
||||
{
|
||||
case 0:
|
||||
return QString::fromUtf8(details.name.c_str());
|
||||
return (RemoteMode)?(QString::fromUtf8(rsPeers->getPeerName(details.id).c_str())):tr("My files");
|
||||
case 1:
|
||||
return QString();
|
||||
case 2:
|
||||
|
Loading…
x
Reference in New Issue
Block a user