diff --git a/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp b/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp index ad627fb01..d061de549 100644 --- a/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp +++ b/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp @@ -273,6 +273,8 @@ void GxsChannelPostItem::loadPost(const RsGxsChannelPost &post) { commentButton->show(); +// THIS CODE IS doesn't compile - disabling until fixed. +#if 0 if (post.mComments) { QString commentText = QString::number(post.mComments); @@ -284,6 +286,8 @@ void GxsChannelPostItem::loadPost(const RsGxsChannelPost &post) { commentButton->setText(tr("Comment")); } +#endif + } else {