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

List:       kde-commits
Subject:    kdenox/konq-embed/dropin/kio
From:       Stefan Eilers <stefan.eilers () basyskom ! de>
Date:       2007-02-13 16:23:31
Message-ID: 1171383811.055710.15359.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 633246 by eilers:

Fix multiple download:
Konqueror downloaded big files twice: First it downloaded into the cache
until the cache size exceedes and then it opened a file dialog to
download the file.
Now it stops the first download until the mimetype was discovered. Then
it opens the filedialog if it should be downloaded


 M  +3 -1      krun.cpp  


--- trunk/kdenox/konq-embed/dropin/kio/krun.cpp #633245:633246
@@ -225,8 +225,10 @@
 	job->kill();
 	emit error();
     }
-    else
+    else{
+        job->kill();
 	foundMimeType( mtype );
+    }
 
     QTimer::singleShot( 0, this, SLOT( slotSuicide() ) );
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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