mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-21 21:55:15 -05:00
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:
parent
9c26be5bdb
commit
c4e7f02f79
@ -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) ;
|
||||
|
Loading…
Reference in New Issue
Block a user