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
=== modified file 'bin/pithos'
--- bin/pithos 2011-12-15 00:15:02 +0000
+++ bin/pithos 2011-12-20 05:23:23 +0000
@@ -740,7 +740,7 @@
740 740
741 def stations_dialog(self, *ignore):741 def stations_dialog(self, *ignore):
742 if self.stations_dlg:742 if self.stations_dlg:
743 self.stations_dlg.show()743 self.stations_dlg.present()
744 else:744 else:
745 self.stations_dlg = StationsDialog.NewStationsDialog(self)745 self.stations_dlg = StationsDialog.NewStationsDialog(self)
746 self.stations_dlg.show_all()746 self.stations_dlg.show_all()