Example #1
0
 def test_main(self):
     UpdateDialog(None).destroy()
Example #2
0
 def check_updates_handler(*args):
     d = UpdateDialog(self)
     d.run()
     d.destroy()
Example #3
0
 def update_cb(*args):
     d = UpdateDialog(self)
     d.run()
     d.destroy()
Example #4
0
 def update_cb(*args):
     d = UpdateDialog(self)
     d.run()
     d.destroy()
Example #5
0
 def check_updates_handler(*args):
     d = UpdateDialog(self)
     d.run()
     d.destroy()