diff options
author | Jeix <devnull@localhost> | 2010-11-19 16:04:43 +0100 |
---|---|---|
committer | Jeix <devnull@localhost> | 2010-11-19 16:04:43 +0100 |
commit | e7ed9d55d271005a9d10a73c414e12f07cee1616 (patch) | |
tree | 15ec3e45643d128cf72847d827794e9b0eeb0bc1 /pyLoadGui.py | |
parent | add_files rpc method (diff) | |
download | pyload-e7ed9d55d271005a9d10a73c414e12f07cee1616.tar.xz |
megaupload pw protected files, GUI fixes
Diffstat (limited to 'pyLoadGui.py')
-rwxr-xr-x | pyLoadGui.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pyLoadGui.py b/pyLoadGui.py index 441b01caa..0ac74cda5 100755 --- a/pyLoadGui.py +++ b/pyLoadGui.py @@ -464,14 +464,11 @@ class main(QObject): """ self.connector.setPause(not status) - def slotAddPackage(self, name, links, password=None, id=None): + def slotAddPackage(self, name, links, password=None): """ emitted from main window add package to the collector """ - if id: - self.connector.removePackage(id) - pack = self.connector.proxy.add_package(name, links) if password: data = {"password": password} |