fixed bug that caused user to lose own channel if they unsubscribed it

removed channel file copying 
added tool tip for key sharing 
and tool tip for read status 



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3660 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2010-10-10 15:20:28 +00:00
parent 0be24268f7
commit e187204437
3 changed files with 6 additions and 98 deletions

View file

@ -104,8 +104,6 @@ virtual std::list<RsItem *> childSaveList();
private:
bool cpyMsgFileToChFldr(std::string path, std::string fname, std::string chId, bool& fileTooLarge);
RsFiles *mRsFiles;
std::string mChannelsDir;
std::list<RsItem *> saveList;