Beispiel #1
0
 def check_updates_handler(*args):
     d = UpdateDialog(self)
     d.run()
     d.destroy()
Beispiel #2
0
 def update_cb(*args):
     d = UpdateDialog(self)
     d.run()
     d.destroy()
 def update_cb(*args):
     d = UpdateDialog(self)
     d.run()
     d.destroy()
Beispiel #4
0
 def check_updates_handler(*args):
     d = UpdateDialog(self)
     d.run()
     d.destroy()