[Python-modules-commits] [python-dsv] 07/12: wx3.0-compat
Aaron M. Ucko
ucko at moszumanska.debian.org
Wed Jan 25 03:44:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
ucko pushed a commit to branch master
in repository python-dsv.
commit 23d9c446fc2e7c847c19122fc93e70a3cedca427
Author: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Date: Wed Aug 27 23:33:10 2014 -0400
wx3.0-compat
Gbp-Pq: Name 04-wx3.0-compat.patch
---
DSV/DSV.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/DSV/DSV.py b/DSV/DSV.py
index a925dd7..36a0158 100644
--- a/DSV/DSV.py
+++ b/DSV/DSV.py
@@ -676,7 +676,7 @@ if wx is not None:
style = wx.TAB_TRAVERSAL, name = "ImportWizardPanel"):
wx.Panel.__init__(self, parent, id, pos, size, style, name)
self.SetAutoLayout(True)
- mainSizer = wx.FlexGridSizer(3, 1)
+ mainSizer = wx.FlexGridSizer(4, 1)
self.SetSizer(mainSizer)
mainSizer.AddGrowableCol(0)
@@ -1089,7 +1089,8 @@ if __name__ == '__main__':
else:
dlg.Destroy()
- return True
+ # return True
+ sys.exit()
app = SampleApp()
app.MainLoop()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-dsv.git
More information about the Python-modules-commits
mailing list