X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sfaconfigscreen.py;h=3933122f9a2f1bdb0cfb109db6d492a14043322a;hp=2ce3e1ac8c244bebf97aae0f74f952a7e008aa46;hb=e8b04dd7ddc2ffb22d72098400cdbf676453a094;hpb=7b355516dc4d4dd5b44e02a03d293d696e0566a1;ds=sidebyside diff --git a/sfaconfigscreen.py b/sfaconfigscreen.py index 2ce3e1a..3933122 100644 --- a/sfaconfigscreen.py +++ b/sfaconfigscreen.py @@ -27,8 +27,7 @@ class ConfigWidget(QWidget): layout.addStretch() self.setLayout(layout) - self.connect(apply, SIGNAL('clicked()'), - self.apply) + self.connect(apply, SIGNAL('clicked()'), self.apply) def apply(self): self.data.setUser("%s" % self.user.text())