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

List:       kde-commits
Subject:    branches/KDE/4.5/kdelibs/kio/kio
From:       David Faure <faure () kde ! org>
Date:       2010-10-07 23:20:47
Message-ID: 20101007232047.AA522AC892 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1183578 by dfaure:

Backport SVN commit 1180508 by dfaure: Fix helper protocols such as mailto: and \
telnet:, patch by bcooksley. Thanks to kdepepo for noticing that it was not a \
trunk-only bug, since r1172681 has been backported to 4.5 branch.


 M  +1 -1      krun.cpp  


--- branches/KDE/4.5/kdelibs/kio/kio/krun.cpp #1183577:1183578
@@ -438,7 +438,7 @@
     } else { // app claims to support %u/%U, check which protocols
         QStringList appSupportedProtocols = supportedProtocols(_service);
         for (KUrl::List::ConstIterator it = _urls.begin(); it != _urls.end(); ++it)
-            if( !isProtocolInSupportedList(*it, appSupportedProtocols)) {
+            if (!isProtocolInSupportedList(*it, appSupportedProtocols) && \
!KProtocolInfo::isHelperProtocol(*it)) {  useKioexec = true;
                 kDebug(7010) << "application does not support url, using kioexec:" \
<< *it;  break;


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

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