diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2010-03-24 22:49:57 +0100 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2010-03-24 22:49:57 +0100 |
commit | f45e39322dd7561bc1cd2756b4c9223bc586425b (patch) | |
tree | 38d26c6caf6b03704da504a4a58f45ffe51e92e7 /src/mainview.cpp | |
parent | WebPage API cleaning (diff) | |
download | rekonq-f45e39322dd7561bc1cd2756b4c9223bc586425b.tar.xz |
derivation of the lastbar branch: UltimateLastBar :)
what work ?
better themes for list items
hide list correctly
what doesn't work
focus of the qcombobox is lost when a key is pressed
move in the list
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index f2152364..ae745046 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -242,7 +242,6 @@ void MainView::clear() { // FIXME (the programmer, not the code) // What exactly do we need to clear here? - m_urlBar->clearHistory(); m_urlBar->clear(); m_recentlyClosedTabs.clear(); |