Set back Unsubscribe Button on ChannelMsgItem only visible for NewsFeed

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2834 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-05-02 14:11:56 +00:00
parent 8ce338c49c
commit d516dfbfa8

View File

@ -124,7 +124,9 @@ void ChanMsgItem::updateItemStatic()
{
/* disable buttons: deletion facility not enabled with cache services yet */
clearButton->setEnabled(false);
unsubscribeButton->setEnabled(false);
clearButton->hide();
unsubscribeButton->hide();
}