You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
571 B
14 lines
571 B
Index: kio/kio/netaccess.cpp
|
|
===================================================================
|
|
--- kio/kio/netaccess.cpp.orig
|
|
+++ kio/kio/netaccess.cpp
|
|
@@ -337,7 +337,7 @@ bool NetAccess::statInternal( const KURL
|
|
QWidget* 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 );
|