summaryrefslogtreecommitdiff
path: root/src/urlbar/urlresolver.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-04-10 00:52:06 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-04-10 00:52:06 +0200
commit1519d6ab5b9898e1617989719fb31ec5a95c1200 (patch)
tree9c1bc60c52d2c243889e9d10a950c0c2b8aa50e1 /src/urlbar/urlresolver.h
parentUse esc button to renew the url seen in the urlbar (diff)
downloadrekonq-1519d6ab5b9898e1617989719fb31ec5a95c1200.tar.xz
Fix History ordering (check about:history page before and after this patch)
and remove the "provileged" item in the urlbar suggestions as it was NOT really working. Reduce min suggestion list from 3 to 2 to enable more history suggestions. .
Diffstat (limited to 'src/urlbar/urlresolver.h')
-rw-r--r--src/urlbar/urlresolver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/urlresolver.h b/src/urlbar/urlresolver.h
index 70549094..030d1deb 100644
--- a/src/urlbar/urlresolver.h
+++ b/src/urlbar/urlresolver.h
@@ -150,7 +150,7 @@ private:
void computeQurlFromUserInput();
void computeBookmarks();
- UrlSearchItem privilegedItem(UrlSearchList* list);
+// UrlSearchItem privilegedItem(UrlSearchList* list);
UrlSearchList orderLists();
QString _typedString;