Skip to content
Permalink
Browse files
fixed #10669
  • Loading branch information
volaya committed Jun 22, 2014
1 parent e24335e commit cfe43c3
Showing 1 changed file with 0 additions and 1 deletion.
@@ -308,7 +308,6 @@ def resetGUI(self):
self.progress.setValue(0)
self.runButton.setEnabled(True)
self.buttonBox.button(QtGui.QDialogButtonBox.Close).setEnabled(True)
self.buttonBox.button(QtGui.QDialogButtonBox.Cancel).setEnabled(False)

def setInfo(self, msg, error=False):
if error:

0 comments on commit cfe43c3

Please sign in to comment.