[Kst] branches/kst/hfi_calib/kst/kst
George Staikos
staikos at kde.org
Sun May 28 16:31:13 CEST 2006
SVN commit 545857 by staikos:
merge patch for NAD from trunk
M +1 -1 kstdatasource.cpp
--- branches/kst/hfi_calib/kst/kst/kstdatasource.cpp #545856:545857
@@ -276,7 +276,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