Forgot to clear the list of files when a channel is loaded.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7482 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-08-06 15:02:22 +00:00
parent 899aa36fb8
commit c2624309e9
3 changed files with 7 additions and 0 deletions

View file

@ -380,6 +380,7 @@ void GxsChannelPostsWidget::insertChannelPosts(std::vector<RsGxsChannelPost> &po
void GxsChannelPostsWidget::clearPosts()
{
ui->feedWidget->clear();
ui->fileWidget->clear();
}
void GxsChannelPostsWidget::subscribeGroup(bool subscribe)