Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

bugreport: Ok and Save buttons both have 'accept' roles

Changeset df2119a8fae0

Parent 77d356899c92

by Steve Borho

Changes to one file · Browse files at df2119a8fae0 Showing diff from parent 77d356899c92 Diff from another changeset...

 
34
35
36
37
38
39
40
 
34
35
36
 
37
38
39
@@ -34,7 +34,6 @@
  BB = QtGui.QDialogButtonBox   bb = QtGui.QDialogButtonBox(BB.Ok|BB.Save)   self.connect(bb, SIGNAL("accepted()"), self, SLOT("accept()")) - self.connect(bb, SIGNAL("rejected()"), self, SLOT("reject()"))   self.connect(bb.button(BB.Save), SIGNAL("clicked()"), self.save)   bb.button(BB.Ok).setDefault(True)   layout.addWidget(bb)