bug fixes and history export
This commit is contained in:
parent
ae50efa2e6
commit
44e5e7d0a6
5 changed files with 20 additions and 2 deletions
|
@ -73,8 +73,10 @@ class Toxygen(object):
|
|||
self.mainloop.start()
|
||||
app.connect(app, QtCore.SIGNAL("lastWindowClosed()"), app, QtCore.SLOT("quit()"))
|
||||
app.exec_()
|
||||
self.init.stop = True
|
||||
self.mainloop.stop = True
|
||||
self.mainloop.wait()
|
||||
self.init.wait()
|
||||
data = self.tox.get_savedata()
|
||||
ProfileHelper.save_profile(data)
|
||||
del self.tox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue