mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 13:30:36 -04:00
fixed bug causing crash when clicking on non channel entries
This commit is contained in:
parent
facad382cf
commit
89fc77ef8e
1 changed files with 2 additions and 2 deletions
|
@ -1019,8 +1019,8 @@ void GxsChannelPostsWidget::clearPosts()
|
|||
|
||||
void GxsChannelPostsWidgetWithModel::blank()
|
||||
{
|
||||
mStateHelper->setWidgetEnabled(ui->postButton, false);
|
||||
mStateHelper->setWidgetEnabled(ui->subscribeToolButton, false);
|
||||
ui->postButton->setEnabled(false);
|
||||
ui->subscribeToolButton->setEnabled(false);
|
||||
|
||||
mChannelPostsModel->clear();
|
||||
groupNameChanged(QString());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue