summaryrefslogtreecommitdiffstats
path: root/kio/kio/netaccess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/netaccess.cpp')
-rw-r--r--kio/kio/netaccess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kio/netaccess.cpp b/kio/kio/netaccess.cpp
index 1c54afa74..5189b93d6 100644
--- a/kio/kio/netaccess.cpp
+++ b/kio/kio/netaccess.cpp
@@ -337,7 +337,7 @@ bool NetAccess::statInternal( const KURL & url, int details, bool source,
TQWidget* window )
{
bJobOK = true; // success unless further error occurs
- KIO::StatJob * job = KIO::stat( url, !url.isLocalFile() );
+ KIO::StatJob * job = KIO::stat( url, !url.isLocalFile() && !url.url().startsWith("beagle:?") );
job->setWindow (window);
job->setDetails( details );
job->setSide( source );