Added download and play button to ChannelMsgItem, it hided by default.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3601 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-10-04 18:28:11 +00:00
parent 8b2fffe346
commit f0fb3db541
2 changed files with 32 additions and 7 deletions

View file

@ -53,6 +53,8 @@ ChanMsgItem::ChanMsgItem(FeedHolder *parent, uint32_t feedId, std::string chanId
/* specific */
connect( unsubscribeButton, SIGNAL( clicked( void ) ), this, SLOT( unsubscribeChannel ( void ) ) );
downloadButton->hide();
playButton->hide();
small();
updateItemStatic();