summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/android/browser/Controller.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/android/browser/Controller.java b/src/com/android/browser/Controller.java
index 9f614b0..7a6ea41 100644
--- a/src/com/android/browser/Controller.java
+++ b/src/com/android/browser/Controller.java
@@ -1613,7 +1613,8 @@ public class Controller
new Thread("Add WebArchive to download manager") {
@Override
public void run() {
- manager.completedDownload(null == title ? value : title,
+ manager.addCompletedDownload(
+ null == title ? value : title,
value, true, "application/x-webarchive-xml",
value, length, true);
}