Merge lp:~alphapapa/pithos/812626 into lp:~kevin-mehall/pithos/trunk

Proposed by Adam Porter
Status: Merged
Merged at revision: 185
Proposed branch: lp:~alphapapa/pithos/812626
Merge into: lp:~kevin-mehall/pithos/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
bin/pithos (+1/-1)
To merge this branch: bzr merge lp:~alphapapa/pithos/812626
Reviewer Review Type Date Requested Status
Kevin Mehall Pending
Review via email: mp+86337@code.launchpad.net

Description of the change

Fixed lp:812626

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/pithos'
2--- bin/pithos 2011-12-15 00:15:02 +0000
3+++ bin/pithos 2011-12-20 05:23:23 +0000
4@@ -740,7 +740,7 @@
5
6 def stations_dialog(self, *ignore):
7 if self.stations_dlg:
8- self.stations_dlg.show()
9+ self.stations_dlg.present()
10 else:
11 self.stations_dlg = StationsDialog.NewStationsDialog(self)
12 self.stations_dlg.show_all()