diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-28 00:47:39 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-28 00:47:39 +0200 |
commit | d0e27fe911c8f5081ee80d85e47143786df59dd8 (patch) | |
tree | e9c37c757c6c91dfca06f647c67f5234c6b1f99c /src/urlbar/urlresolver.cpp | |
parent | Remove the "is readable" check. Now things seem work. (diff) | |
download | rekonq-d0e27fe911c8f5081ee80d85e47143786df59dd8.tar.xz |
- Fixed layouts in the *ListItem classes
- Browse before than Search
- remove some warning messages
Diffstat (limited to 'src/urlbar/urlresolver.cpp')
-rw-r--r-- | src/urlbar/urlresolver.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/urlbar/urlresolver.cpp b/src/urlbar/urlresolver.cpp index 362484a6..4f9376f5 100644 --- a/src/urlbar/urlresolver.cpp +++ b/src/urlbar/urlresolver.cpp @@ -83,13 +83,12 @@ UrlSearchList UrlResolver::orderedSearchItems() // { // list << qurlFromUserInputResolution(); // } - + + list << qurlFromUserInputResolution(); list << webSearchesResolution(); if (_typedString.length() >= 2) - { - list << qurlFromUserInputResolution(); - + { int firstResults = list.count(); int checkPoint = 9 - firstResults; |