also alert rs to config changed (save keys after restoring them)

+ added key backup and restore to p3distrib service

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2960 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2010-05-19 23:17:37 +00:00
parent 5df17295b8
commit fc96473f98

View File

@ -1767,7 +1767,9 @@ bool p3GroupDistrib::restoreGrpKeys(std::string grpId){
}
}
gi->flags |= RS_DISTRIB_SUBSCRIBED;
locked_notifyGroupChanged(*gi, GRP_SUBSCRIBED);
IndicateConfigChanged();
mGroupsRepublish = true;
ok &= itemAttempted;