diff --git a/retroshare-gui/src/gui/feeds/ForumNewItem.cpp b/retroshare-gui/src/gui/feeds/ForumNewItem.cpp index 9b31601ca..85f0ed1d4 100644 --- a/retroshare-gui/src/gui/feeds/ForumNewItem.cpp +++ b/retroshare-gui/src/gui/feeds/ForumNewItem.cpp @@ -74,7 +74,7 @@ void ForumNewItem::updateItemStatic() descLabel->setText(QString::fromStdWString(fi.forumDesc)); - if (fi.forumFlags & RS_DISTRIB_SUBSCRIBED) + if (fi.subscribeFlags & RS_DISTRIB_SUBSCRIBED) { subscribeButton->setEnabled(false); //postButton->setEnabled(true);