diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-06-12 15:36:48 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-06-12 15:36:48 +0200 |
commit | 979daf6a4daae605b2a39e916c16015437fac98d (patch) | |
tree | 7f40809a692548717c778ec723fd1fced09cf539 /pyMainGui.py | |
parent | utf-8 encodung, correcting file header (diff) | |
download | pyload-979daf6a4daae605b2a39e916c16015437fac98d.tar.xz |
little fixes
Diffstat (limited to 'pyMainGui.py')
-rwxr-xr-x | pyMainGui.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pyMainGui.py b/pyMainGui.py index d88242826..1342ed8f1 100755 --- a/pyMainGui.py +++ b/pyMainGui.py @@ -146,10 +146,12 @@ class Pyload_Main_Gui(wx.Frame): def onUpdate(self, evt): if evt.obj.function == "get_downloads": - self.show_links(evt.obj.response) + pass + #self.show_links(evt.obj.response) if evt.obj.command == "update": - self.show_links(evt.obj.data) + pass + #self.show_links(evt.obj.data) app = wx.App() Pyload_Main_Gui(None, -1) |