[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/libs/webkitkde/kdelauncher
From:       Dawit Alemayehu <adawit () kde ! org>
Date:       2009-07-31 22:20:54
Message-ID: 1249078854.530225.16715.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1005381 by adawit:

Fixed the issue with typing relative url, e.g. kde.org, into the address bar

 M  +1 -1      main.cpp  


--- trunk/playground/libs/webkitkde/kdelauncher/main.cpp #1005380:1005381
@@ -88,7 +88,7 @@
 #else
         QUrl qurl(url);
 #endif
-        if (qurl.isValid()) {
+        if (qurl.isRelative()) {
             urlEdit->setText(qurl.toEncoded());
             view->load(qurl);
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic