diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2010-03-29 18:36:34 +0200 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2010-03-29 18:36:34 +0200 |
commit | 3be011352dc0f354723269cbc8f07f4d5fbcc3d6 (patch) | |
tree | be795a064f8723c0d58448d77094beebb536f5e6 /src/mainview.cpp | |
parent | Merge branch 'master' of git://gitorious.org/rekonq/mainline (diff) | |
parent | rekonq 0.4.57 (diff) | |
download | rekonq-3be011352dc0f354723269cbc8f07f4d5fbcc3d6.tar.xz |
Merge branch 'master' of git://gitorious.org/rekonq/mainline
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 3 |
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(); } |