fix wrong variable name, openChannelNameDialog on ctrl+t, give focus to (#47)

new split
This commit is contained in:
hemirt
2017-06-29 14:13:00 +02:00
committed by pajlada
parent f2ef14422b
commit 0d27f16c4a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ boost::property_tree::ptree ChatWidget::save()
void ChatWidget::doAddSplit()
{
NotebookPage *page = static_cast<NotebookPage *>(this->parentWidget());
page->addChat();
page->addChat(true);
}
void ChatWidget::doCloseSplit()