From 979daf6a4daae605b2a39e916c16015437fac98d Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 12 Jun 2009 15:36:48 +0200 Subject: little fixes --- pyMainGui.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pyMainGui.py') 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) -- cgit v1.2.3