Custom dialog implemented.

This commit is contained in:
blitzmann
2014-02-15 00:55:04 -05:00
parent d7dda83314
commit 7ced595cca
3 changed files with 104 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ class CheckUpdateThread(threading.Thread):
responseVersion = jsonResponse[0]['tag_name'].replace('v', '', 1)
if responseVersion != config.version:
print "New version!"
wx.CallAfter(self.callback)
wx.CallAfter(self.callback, jsonResponse[0])
except:
pass