Merge lp:~mouradian/spud/fix-about-dialog into lp:spud

Proposed by Simon Mouradian
Status: Merged
Merged at revision: 526
Proposed branch: lp:~mouradian/spud/fix-about-dialog
Merge into: lp:spud
Diff against target: 12 lines (+2/-1)
1 file modified
diamond/diamond/interface.py (+2/-1)
To merge this branch: bzr merge lp:~mouradian/spud/fix-about-dialog
Reviewer Review Type Date Requested Status
Christian Jacobs (community) Approve
Review via email: mp+103303@code.launchpad.net

Description of the change

Fixes the 'Close' button in the About window.

To post a comment you must log in.
Revision history for this message
Christian Jacobs (ctjacobs) wrote :

Looks good. Ship it!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'diamond/diamond/interface.py'
--- diamond/diamond/interface.py 2011-09-08 11:32:08 +0000
+++ diamond/diamond/interface.py 2012-04-24 15:08:24 +0000
@@ -626,7 +626,8 @@
626 except:626 except:
627 pass627 pass
628 628
629 about.show()629 about.run()
630 about.destroy()
630631
631 return632 return
632633

Subscribers

People subscribed via source and target branches