From 67ed4f88998e30b90cfcb93cd8e6bd7e4d0ae7bd Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 6 Jul 2012 22:46:16 +0200 Subject: Fix adblock hide behavior NOTE: You'll find also some style & copyrights fixes here. Just reenable the git hooks scripts... BUG: 302050 --- src/mainview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainview.cpp') diff --git a/src/mainview.cpp b/src/mainview.cpp index 4733ae3b..861a6b1f 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -469,7 +469,7 @@ void MainView::closeTab(int index, bool del) TabHistory history(tabToClose->view()->history()); history.title = tabToClose->view()->title(); history.url = tabToClose->url().url(); - + m_recentlyClosedTabs.removeAll(history); if (m_recentlyClosedTabs.count() == recentlyClosedTabsLimit) m_recentlyClosedTabs.removeLast(); @@ -698,7 +698,7 @@ void MainView::restoreClosedTab(int i, bool inNewTab) history.applyHistory(view->history()); view->load(KUrl(history.url)); - + // just to get sure... m_recentlyClosedTabs.removeAll(history); } -- cgit v1.2.1