summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2010-03-29 18:36:34 +0200
committermegabigbug <megabigbug@arrakis.(none)>2010-03-29 18:36:34 +0200
commit3be011352dc0f354723269cbc8f07f4d5fbcc3d6 (patch)
treebe795a064f8723c0d58448d77094beebb536f5e6 /src/mainview.cpp
parentMerge branch 'master' of git://gitorious.org/rekonq/mainline (diff)
parentrekonq 0.4.57 (diff)
downloadrekonq-3be011352dc0f354723269cbc8f07f4d5fbcc3d6.tar.xz
Merge branch 'master' of git://gitorious.org/rekonq/mainline
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index f2152364..6643becb 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -242,8 +242,7 @@ void MainView::clear()
{
// FIXME (the programmer, not the code)
// What exactly do we need to clear here?
- m_urlBar->clearHistory();
- m_urlBar->clear();
+ m_urlBar->clear();
m_recentlyClosedTabs.clear();
}