From c881b83f107e3c5b28bfcc06508d4db128d37e20 Mon Sep 17 00:00:00 2001 From: Jeix Date: Fri, 19 Nov 2010 14:15:17 +0100 Subject: sharecx fix and gui package edit --- module/gui/connector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/gui/connector.py') 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 -- cgit v1.2.3