1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Fixed Duplicate tab feature. Regression from previous commit.

This commit is contained in:
nowrep 2012-03-11 16:49:14 +01:00
parent efab78ae5e
commit 9042e7860d
2 changed files with 1 additions and 2 deletions

View File

@ -475,7 +475,7 @@ int TabWidget::duplicateTab(int index)
int id = addView(req, tabText(index), Qz::NT_CleanNotSelectedTab);
QDataStream historyStream(history);
historyStream >> *view->history();
historyStream >> *weTab(id)->history();
return id;
}

View File

@ -18,4 +18,3 @@ void WebViewSettings::loadSettings()
settings.endGroup();
}