added channel search to channelfeed ui

fixed timestamp not being set in p3distrib 
and also removed memory look in channel ui (fillchannelList)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3677 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2010-10-17 14:43:49 +00:00
parent af8ad4e862
commit 884f0e7a22
5 changed files with 330 additions and 82 deletions

View file

@ -692,6 +692,10 @@ void p3GroupDistrib::loadMsg(RsDistribSignedMsg *newMsg, std::string src, bool l
/* accept message */
(git->second).msgs[msg->msgId] = msg;
// update the time stamp of group for last post
if((git->second.lastPost < msg->timestamp))
git->second.lastPost = msg->timestamp;
/* now update parents TS */
locked_updateChildTS(git->second, msg);