mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-12 16:15:43 -04:00
fixed bug causing GUI to not auto-unsubscribe in circles
This commit is contained in:
parent
a2a9079380
commit
36edde6d25
3 changed files with 10 additions and 1 deletions
|
@ -378,7 +378,13 @@ void IdDialog::loadCircleGroupMeta(const uint32_t &token)
|
|||
++vit ;
|
||||
continue ;
|
||||
}
|
||||
|
||||
if(!subscribed && !admin && item->parent() != mExternalOtherCircleItem)
|
||||
{
|
||||
std::cerr << " Existing group is not in subscribed items although it is subscribed. Removing." << std::endl;
|
||||
delete item ;
|
||||
++vit ;
|
||||
continue ;
|
||||
}
|
||||
// the item is at the right place. Just remove it from the list of items to add.
|
||||
std::cerr << " item already in place. Removing from list." << std::endl;
|
||||
vit = groupInfo.erase(vit) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue