[Kst] branches/work/kst/portto4/kst/src/libkst
Adam Treat
treat at kde.org
Thu Feb 15 23:06:02 CET 2007
SVN commit 633966 by treat:
* fix
M +1 -1 kstdatasource.cpp
--- branches/work/kst/portto4/kst/src/libkst/kstdatasource.cpp #633965:633966
@@ -66,7 +66,7 @@
url = KUrl::fromPathOrUrl(source);
}
- if (url.isLocalFile() || url.protocol().isEmpty() || url.protocol().lower() == "nad") {
+ if (url.isLocalFile() || url.protocol().isEmpty() || url.protocol().toLower() == "nad") {
return source;
}
More information about the Kst
mailing list