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
1=== modified file 'diamond/diamond/interface.py'
2--- diamond/diamond/interface.py 2011-09-08 11:32:08 +0000
3+++ diamond/diamond/interface.py 2012-04-24 15:08:24 +0000
4@@ -626,7 +626,8 @@
5 except:
6 pass
7
8- about.show()
9+ about.run()
10+ about.destroy()
11
12 return
13

Subscribers

People subscribed via source and target branches