From 60a2863629767a4b6faff9c6d681989d0f61d45b Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 17 Jan 2018 16:28:50 +0100 Subject: [PATCH] [bugfix] copy/paste failure --- pylot/RELEASE-VERSION | 2 +- pylot/core/util/widgets.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pylot/RELEASE-VERSION b/pylot/RELEASE-VERSION index 77e6ace6..0ba2ad03 100644 --- a/pylot/RELEASE-VERSION +++ b/pylot/RELEASE-VERSION @@ -1 +1 @@ -0e05-dirty +c6cd-dirty diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index c2f1d39a..29f0c676 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -1960,7 +1960,7 @@ class PickDlg(QDialog): self.setIniPickPS(gui_event, phase='P') def setIniPickS(self, gui_event): - self.setIniPickPS(gui_event, phase='P') + self.setIniPickPS(gui_event, phase='S') def setIniPickPS(self, gui_event, phase): phase = self.getPhaseID(phase)