mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-31 18:29:02 -04:00
called re-loading of circles after creation. Added debug info in msg vetting
This commit is contained in:
parent
5ba8965523
commit
71071595c8
3 changed files with 78 additions and 27 deletions
|
@ -362,6 +362,8 @@ void IdDialog::createExternalCircle()
|
|||
CreateCircleDialog dlg;
|
||||
dlg.editNewId(true);
|
||||
dlg.exec();
|
||||
|
||||
requestCircleGroupMeta(); // update GUI
|
||||
}
|
||||
void IdDialog::editExistingCircle()
|
||||
{
|
||||
|
@ -377,6 +379,8 @@ void IdDialog::editExistingCircle()
|
|||
CreateCircleDialog dlg;
|
||||
dlg.editExistingId(id);
|
||||
dlg.exec();
|
||||
|
||||
requestCircleGroupMeta(); // update GUI
|
||||
}
|
||||
|
||||
void IdDialog::CircleListCustomPopupMenu( QPoint )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue