mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
8ce338c49c
commit
d516dfbfa8
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user