half-removed token queue system from IdDialog.cpp

This commit is contained in:
csoler 2020-02-10 22:33:21 +01:00
parent 07527cfead
commit 1a250f5138
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
3 changed files with 135 additions and 115 deletions

View file

@ -484,7 +484,7 @@ void p3GxsCircles::notifyChanges(std::vector<RsGxsNotify *> &changes)
RsGxsMsgChange *msgChange = dynamic_cast<RsGxsMsgChange *>(*it);
RsGxsNotify *c = *it;
if (msgChange && !msgChange->metaChange())
if (msgChange)
{
#ifdef DEBUG_CIRCLES
std::cerr << " Found circle Message Change Notification" << std::endl;
@ -521,6 +521,7 @@ void p3GxsCircles::notifyChanges(std::vector<RsGxsNotify *> &changes)
rsEvents->postEvent(ev);
}
mCircleCache.erase(circle_id);
}
}