summaryrefslogtreecommitdiffstats
path: root/pyMainGui.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-06-12 15:36:48 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-06-12 15:36:48 +0200
commit979daf6a4daae605b2a39e916c16015437fac98d (patch)
tree7f40809a692548717c778ec723fd1fced09cf539 /pyMainGui.py
parentutf-8 encodung, correcting file header (diff)
downloadpyload-979daf6a4daae605b2a39e916c16015437fac98d.tar.xz
little fixes
Diffstat (limited to 'pyMainGui.py')
-rwxr-xr-xpyMainGui.py6
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)