summaryrefslogtreecommitdiffstats
path: root/pyMainGui.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-05-31 19:43:53 +0200
committerGravatar spoob <spoob@gmx.de> 2009-05-31 19:43:53 +0200
commitc3db22d7f10340d267bb06dadd6133841388e8de (patch)
treeb578936699e082f8f884de9bec3c5d5c2bc30957 /pyMainGui.py
parentBacked out changeset 9455bf89f55f made by spoob. (diff)
downloadpyload-c3db22d7f10340d267bb06dadd6133841388e8de.tar.xz
xupi.in works again
Diffstat (limited to 'pyMainGui.py')
-rwxr-xr-xpyMainGui.py2
1 files changed, 0 insertions, 2 deletions
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)