diff options
author | spoob <spoob@gmx.de> | 2009-05-31 19:43:53 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-05-31 19:43:53 +0200 |
commit | c3db22d7f10340d267bb06dadd6133841388e8de (patch) | |
tree | b578936699e082f8f884de9bec3c5d5c2bc30957 /pyMainGui.py | |
parent | Backed out changeset 9455bf89f55f made by spoob. (diff) | |
download | pyload-c3db22d7f10340d267bb06dadd6133841388e8de.tar.xz |
xupi.in works again
Diffstat (limited to 'pyMainGui.py')
-rwxr-xr-x | pyMainGui.py | 2 |
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) |