OSDN Git Service

updateCheck, installerGui: Hide the progress dialog before destroying it. For updateC...
authorJames Teh <jamie@jantrid.net>
Mon, 16 Apr 2012 09:02:09 +0000 (19:02 +1000)
committerJames Teh <jamie@jantrid.net>
Mon, 16 Apr 2012 09:02:09 +0000 (19:02 +1000)
commitcf2ae90ebeb2d4dc50fff5b4e4b981bd3af3eea4
tree0692d7e08692fdef9569c9fc782ab41145eefd84
parentd737f2221802c2dc45f7c9bc4612a396b62e9d18
updateCheck, installerGui: Hide the progress dialog before destroying it. For updateCheck, make sure the Python object gets deleted as well.
This seems to fix the crash after updating and the issue where the progress dialog would still show while the message box was being displayed. I'm not sure why this is necessary, but it seems Destroy is delayed somehow.
source/gui/installerGui.py
source/updateCheck.py