From c3db22d7f10340d267bb06dadd6133841388e8de Mon Sep 17 00:00:00 2001 From: spoob Date: Sun, 31 May 2009 19:43:53 +0200 Subject: xupi.in works again --- pyMainGui.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'pyMainGui.py') diff --git a/pyMainGui.py b/pyMainGui.py index 10903433c..2a51fedd5 100755 --- a/pyMainGui.py +++ b/pyMainGui.py @@ -115,8 +115,6 @@ class Pyload_Main_Gui(wx.Frame): self.Bind(wx.EVT_MENU, self.exit_button_clicked, submenu_exit) self.Bind(wx.EVT_TOOL, self.add_button_clicked, add) - - self.Centre() self.Show(True) -- cgit v1.2.3