From 41870e5bf5d1ee398c5cb00dee5d3a1864df1b36 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 18 Mar 2013 18:44:09 +0100 Subject: Remove the "AutoSaver" attempt :( I tried to save disk writes. But everytime people is finding some saved (or just delayed) saves that are NOT ok. We'll see to find another way to... BUG: 316938 --- src/tabwindow/tabwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tabwindow/tabwidget.cpp') diff --git a/src/tabwindow/tabwidget.cpp b/src/tabwindow/tabwidget.cpp index d74f0778..a7b4f2be 100644 --- a/src/tabwindow/tabwidget.cpp +++ b/src/tabwindow/tabwidget.cpp @@ -376,12 +376,12 @@ void TabWidget::loadUrl(const KUrl &url, Rekonq::OpenType type, TabHistory *hist break; }; - tab->load(url); - if (history) { history->applyHistory(tab->page()->history()); } + + tab->load(url); } -- cgit v1.2.1