[Kst] extragear/graphics/kst/src/libkst

Eli Fidler eli at staikos.net
Tue Mar 28 23:47:45 CEST 2006


SVN commit 523713 by fidler:

NAD shouldn't use KIO


 M  +1 -1      kstdatasource.cpp  


--- trunk/extragear/graphics/kst/src/libkst/kstdatasource.cpp #523712:523713
@@ -275,7 +275,7 @@
     url = KURL::fromPathOrURL(source);
   }
 
-  if (url.isLocalFile() || url.protocol().isEmpty()) {
+  if (url.isLocalFile() || url.protocol().isEmpty() || url.protocol().lower() == "nad") {
     return source;
   }
 


More information about the Kst mailing list