diff options
| author | 2013-11-26 21:50:02 +0100 | |
|---|---|---|
| committer | 2013-11-26 21:50:02 +0100 | |
| commit | d43b66838414e219b7ffecfe917b7d4a8354418e (patch) | |
| tree | bea2492aa4840be34a53bd26064f4c333d25790e /pyload/plugins/addons | |
| parent | invoke addons via context menu (diff) | |
| download | pyload-d43b66838414e219b7ffecfe917b7d4a8354418e.tar.xz | |
extraction via context menu + progress information working
Diffstat (limited to 'pyload/plugins/addons')
| -rw-r--r-- | pyload/plugins/addons/ExtractArchive.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/addons/ExtractArchive.py b/pyload/plugins/addons/ExtractArchive.py index c3c5dbeb7..62c947f88 100644 --- a/pyload/plugins/addons/ExtractArchive.py +++ b/pyload/plugins/addons/ExtractArchive.py @@ -210,7 +210,7 @@ class ExtractArchive(Addon):          thread.addActive(pyfile)  # keep this file until everything is done          try: -            progress = lambda x: pyfile.setProgress(x) +            progress = lambda x: thread.setProgress(x)              success = False              if not plugin.checkArchive():  | 
