From a5f35e20a45643eeb889520db4170b93413c1622 Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Fri, 27 Jul 2018 17:07:19 +0200 Subject: [PATCH] fixed typo --- photobooth/gui/Qt5Gui/Frames.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photobooth/gui/Qt5Gui/Frames.py b/photobooth/gui/Qt5Gui/Frames.py index 5f64821..fbcfd88 100644 --- a/photobooth/gui/Qt5Gui/Frames.py +++ b/photobooth/gui/Qt5Gui/Frames.py @@ -759,7 +759,7 @@ class Settings(QtWidgets.QFrame): chan_g_pin = QtWidgets.QSpinBox() chan_g_pin.setRange(1, 40) chan_g_pin.setValue(self._cfg.getInt('Gpio', 'chan_g_pin')) - self.add('Gpio', 'chan_g_pin', chan_r_pin) + self.add('Gpio', 'chan_g_pin', chan_g_pin) chan_b_pin = QtWidgets.QSpinBox() chan_b_pin.setRange(1, 40)