Exemplo n.º 1
0
 def on_install_complete(self, result, data=None):
     self.progress_bar.set_text(self.checking_text)
     CinnamonDesktop.installer_check_for_packages(self.packages, self.on_check_complete)
Exemplo n.º 2
0
 def on_install_complete(self, result, data=None):
     self.progress_bar.set_text(self.checking_text)
     CinnamonDesktop.installer_check_for_packages(self.packages,
                                                  self.on_check_complete)
Exemplo n.º 3
0
 def check(self):
     self.start_pulse()
     CinnamonDesktop.installer_check_for_packages(self.packages, self.on_check_complete)
     return False
Exemplo n.º 4
0
 def check(self):
     self.start_pulse()
     CinnamonDesktop.installer_check_for_packages(self.packages,
                                                  self.on_check_complete)
     return False