Hi!
I found a minor bug in AuthorDialog.py.
If you press the Ok button the dialog is not closed.
I traced this to the last row in the file.
self.EndModal(wx.ID_OK)
But it should be
self.Show(False)
Patch.
Index: AuthorDialog.py
===================================================================
RCS file: /cvsroot/mattricks/Mattricks/Mattricks/AuthorDialog.py,v
retrieving revision 1.3
diff -r1.3 AuthorDialog.py
58c58,59
< self.EndModal(wx.ID_OK)
---
> self.Show(False)
I tried to report the bug to the Bugzilla bug handler but I could not
register an account...
I will try to register an account later, so I can report the bug.
/Karl
--
###
(o o)
+------------------+--o00-(_)-00o----------------------------------+
|[Karl Dahlén] #|# () ascii ribbon campaign - against html mail |
|[karl(a)jendah.se] #|# /\ - & vcards |
+------------------+-----------------------------------------------+