fixed the file size issue with turtle search

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1678 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2009-09-24 20:11:18 +00:00
parent 9c26be5bdb
commit c4e7f02f79

View File

@ -56,6 +56,7 @@ void NotifyQt::notifyTurtleSearchResult(uint32_t search_id,const std::list<Turtl
det.age = 0 ;
det.name = (*it).name ;
det.hash = (*it).hash ;
det.size = (*it).size ;
det.id = "Anonymous" ;
emit gotTurtleSearchResult(search_id,det) ;