summaryrefslogtreecommitdiffstats
path: root/module/gui/connector.py
diff options
context:
space:
mode:
authorGravatar Jeix <devnull@localhost> 2010-11-19 14:21:32 +0100
committerGravatar Jeix <devnull@localhost> 2010-11-19 14:21:32 +0100
commit244e50a402fb56c6fd54c45bcc7e137198656746 (patch)
tree347efd0c6f8c31d74ededbf962d6ad4020e3e9cf /module/gui/connector.py
parentRelinkUs: Add support for password protected packages (diff)
parentsharecx fix and gui package edit (diff)
downloadpyload-244e50a402fb56c6fd54c45bcc7e137198656746.tar.xz
Merge
Diffstat (limited to 'module/gui/connector.py')
-rw-r--r--module/gui/connector.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/gui/connector.py b/module/gui/connector.py
index 485578bbe..8417b888e 100644
--- a/module/gui/connector.py
+++ b/module/gui/connector.py
@@ -119,7 +119,7 @@ class Connector(QThread):
"""
grab file info for the given id and return it
"""
- w = self.proxy.get_file_info
+ w = self.proxy.get_file_data
w.error = False
info = w(id)
if not info: return None