summaryrefslogtreecommitdiff
path: root/src/urlbar.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-02 16:20:18 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-02 16:20:18 +0200
commit79e11d892e2ff26636a647e91371aaef2c5d435d (patch)
tree48148f714597b96541f6feecb877fd6d31f1eff2 /src/urlbar.cpp
parentSimpler KIO management (no more metadata) (diff)
downloadrekonq-79e11d892e2ff26636a647e91371aaef2c5d435d.tar.xz
moving from about: protocol to rekonq: protocol :D
This fix some issues, about some "stupid" sites whose js sends strange "about:blank" requests (just found 2!!)
Diffstat (limited to 'src/urlbar.cpp')
-rw-r--r--src/urlbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar.cpp b/src/urlbar.cpp
index ba50d068..5776961b 100644
--- a/src/urlbar.cpp
+++ b/src/urlbar.cpp
@@ -133,7 +133,7 @@ void UrlBar::setupLineEdit()
void UrlBar::setUrl(const QUrl& url)
{
- if(url.scheme() == "about")
+ if(url.scheme() == "rekonq")
{
setFocus();
return;