mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-27 08:25:53 -04:00
fixed show in people tab
This commit is contained in:
parent
c8f71072b0
commit
59d6592855
1 changed files with 3 additions and 3 deletions
|
@ -240,9 +240,9 @@ uint32_t RsIdentityListModel::EntryIndex::parentRow() const
|
|||
switch(type)
|
||||
{
|
||||
default:
|
||||
case ENTRY_TYPE_TOP_LEVEL: return 0;
|
||||
case ENTRY_TYPE_CATEGORY : return category_index;
|
||||
case ENTRY_TYPE_IDENTITY : return identity_index;
|
||||
case ENTRY_TYPE_TOP_LEVEL: return -1;
|
||||
case ENTRY_TYPE_CATEGORY : return -1;
|
||||
case ENTRY_TYPE_IDENTITY : return category_index;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue