Exemplo n.º 1
0
 def update_current_to_latest(self, e):
     launch_dia_thread(self,3)
     Thread(target=update_item,args=(self, item,)).start()
Exemplo n.º 2
0
 def update_and_install_all_to_latest(self, e):
     post_ga_event('application_click','update_and_install_all')
     launch_dia_thread(self)
     Thread(target=install_all, args=(self,)).start()
Exemplo n.º 3
0
 def install_latest(self, e):
     launch_dia_thread(self,3)
     Thread(target=install_item,args=(self, item,)).start()