made the age indicator functional, by recursively changing color of directory/files

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2244 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-02-08 22:32:00 +00:00
parent 38b0c578bb
commit 024e7f4b44
10 changed files with 114 additions and 62 deletions

View file

@ -244,6 +244,7 @@ class DirDetails
uint64_t count;
uint32_t age;
uint32_t flags;
uint32_t min_age ; // minimum age of files in this subtree
std::list<DirStub> children;
};