1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Merge pull request #83 from dunsmoreb/issue/82

Issue/82 Closes #82
This commit is contained in:
David Rosca 2011-12-23 01:10:56 -08:00
commit 24ad5ab2a6

View File

@ -314,7 +314,7 @@ void TabWidget::setTabText(int index, const QString &text)
void TabWidget::closeTab(int index)
{
if (count() == 1) {
return;
p_QupZilla->close();
}
if (index == -1) {
index = currentIndex();