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

List:       kde-commits
Subject:    branches/KDE/4.4/kdelibs/kio/kio
From:       Dawit Alemayehu <adawit () kde ! org>
Date:       2010-02-02 19:01:31
Message-ID: 1265137291.368767.27549.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1084231 by adawit:

Fixed the logic of isRequestAllowed

 M  +1 -2      accessmanager.cpp  


--- branches/KDE/4.4/kdelibs/kio/kio/accessmanager.cpp #1084230:1084231
@@ -239,8 +239,7 @@
 {
     const QString scheme (url.scheme());
 
-    return (externalContentAllowed && !scheme.isEmpty() &&
-            scheme != QLatin1String("file")  && scheme != QLatin1String("data"));
+    return (externalContentAllowed || scheme == QLatin1String("file")  || scheme == \
QLatin1String("data"));  }
 
 


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

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