Better fix in macro
This commit is contained in:
parent
0e73e859f5
commit
95f3a0c15a
1 changed files with 2 additions and 1 deletions
|
@ -332,7 +332,8 @@ class ConfigDialog(QtGui.QDialog):
|
||||||
cw.set("url", str(self.lineEdit.text()))
|
cw.set("url", str(self.lineEdit.text()))
|
||||||
if self.lineEdit_2.text():
|
if self.lineEdit_2.text():
|
||||||
cw.set("pushurl", str(self.lineEdit_2.text()))
|
cw.set("pushurl", str(self.lineEdit_2.text()))
|
||||||
#cw.release()
|
if hasattr(cw,"release"):
|
||||||
|
cw.release()
|
||||||
QtGui.QDialog.accept(self)
|
QtGui.QDialog.accept(self)
|
||||||
|
|
||||||
if QtCore.QDir(LIBRARYPATH).exists():
|
if QtCore.QDir(LIBRARYPATH).exists():
|
||||||
|
|
Loading…
Add table
Reference in a new issue