[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenox/konq-embed/dropin/khtml
From:       Eva Brucherseifer <eva () kde ! org>
Date:       2006-02-27 19:53:18
Message-ID: 1141069998.721381.31646.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 514272 by eva:

better also call setMetaData...


 M  +2 -2      khtml_ext.cpp  


--- trunk/kdenox/konq-embed/dropin/khtml/khtml_ext.cpp #514271:514272
@@ -160,8 +160,8 @@
         }
         if(!saved)
         {
-            KIO::Job *job = KIO::file_copy( url, destURL, -1, true /*overwrite*/ );
-//            job->setMetaData(metadata);
+            KIO::TransferJob *job = KIO::file_copy( url, destURL, -1, true /*overwrite*/ );
+            job->setMetaData(metadata);
             job->addMetaData("MaxCacheSize", "0"); // Don't store in http cache.
             job->addMetaData("cache", "cache"); // Use entry from cache if available.
 //            job->setAutoErrorHandlingEnabled( true );  
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic