changeset 390:8e87af2e2d1f

jp: fixed file reception
author Goffi <goffi@goffi.org>
date Thu, 29 Sep 2011 14:43:33 +0200
parents 6ff50d609b16
children c34fd9d6242e
files frontends/src/jp/jp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/frontends/src/jp/jp	Thu Sep 29 14:43:12 2011 +0200
+++ b/frontends/src/jp/jp	Thu Sep 29 14:43:33 2011 +0200
@@ -223,7 +223,7 @@
 
     def wait_file(self):
         """Wait for a file and write it on local dir"""
-        self.bridge.register("askConfirmation", self.askConfirmation, "request")
+        self.bridge.register("askConfirmation", self.askConfirmation)
 
     def progressCB(self):
         if self.transfert_id: