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

List:       kde-commits
Subject:    KDE_3_1_BRANCH: kdelibs/kdecore
From:       Waldo Bastian <bastian () kde ! org>
Date:       2004-01-11 15:45:03
Message-ID: 20040111154503.E4566907E () office ! kde ! org
[Download RAW message or body]

CVS commit by waba: 

KIOSK: backport, don't disallow empty URLs


  M +4 -1      kapplication.cpp   1.545.2.21


--- kdelibs/kdecore/kapplication.cpp  #1.545.2.20:1.545.2.21
@@ -2474,4 +2474,7 @@ void KApplication::initUrlActionRestrict
 bool KApplication::authorizeURLAction(const QString &action, const KURL &_baseURL, const KURL &_destURL)
 {
+  if (_destURL.isEmpty())
+       return true;
+
   bool result = false;
   if (d->urlActionRestrictions.isEmpty())


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

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