You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/06/03 19:07:36 UTC

git commit: Update for pluggable_webview android branch

Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/pluggable_webview [created] 6a934aeb7


Update for pluggable_webview android branch


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/6a934aeb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/6a934aeb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/6a934aeb

Branch: refs/heads/pluggable_webview
Commit: 6a934aeb726f9680a3c7bfbf903221fac89b8ec8
Parents: ef0853d
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu May 15 13:40:10 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Tue Jun 3 13:06:56 2014 -0400

----------------------------------------------------------------------
 src/android/FileTransfer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/6a934aeb/src/android/FileTransfer.java
----------------------------------------------------------------------
diff --git a/src/android/FileTransfer.java b/src/android/FileTransfer.java
index 8c22e0d..bdd852c 100644
--- a/src/android/FileTransfer.java
+++ b/src/android/FileTransfer.java
@@ -795,7 +795,7 @@ public class FileTransfer extends CordovaPlugin {
                     Log.d(LOG_TAG, "Saved file: " + target);
     
                     // create FileEntry object
-                    FileUtils filePlugin = (FileUtils)webView.pluginManager.getPlugin("File");
+                    FileUtils filePlugin = (FileUtils)webView.getPluginManager().getPlugin("File");
                     if (filePlugin != null) {
                         JSONObject fileEntry = filePlugin.getEntryForFile(file);
                         if (fileEntry != null) {