Changed ['PartsLibrary.FCMacro']

This commit is contained in:
wood-galaxy 2015-11-26 15:20:59 +01:00
parent 4e7fbf405c
commit bbe92cbee1

View file

@ -334,8 +334,8 @@ class ConfigDialog(QtGui.QDialog):
cw.set("url", str(self.lineEdit.text()))
if self.lineEdit_2.text():
cw.set("pushurl", str(self.lineEdit_2.text()))
cw.release()
QtGui.QDialog.accept()
#cw.release()
QtGui.QDialog.accept(self)
if QtCore.QDir(LIBRARYPATH).exists():
m = FreeCADGui.getMainWindow()