summaryrefslogtreecommitdiffstats
path: root/module/gui/connector.py
diff options
context:
space:
mode:
authorGravatar Jeix <devnull@localhost> 2010-11-19 14:15:17 +0100
committerGravatar Jeix <devnull@localhost> 2010-11-19 14:15:17 +0100
commitc881b83f107e3c5b28bfcc06508d4db128d37e20 (patch)
treefd3a463b0f5bf3ee45fdfa30db4270609c78dbf3 /module/gui/connector.py
parentclosed #153 (diff)
downloadpyload-c881b83f107e3c5b28bfcc06508d4db128d37e20.tar.xz
sharecx fix and gui package edit
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