示例#1
0
 def destroy(self, widget):
     self.main_window.hide()
     self.playlist.quit()
     util.write_config(self.config)
     gtk.main_quit()
示例#2
0
 def quit_panucci(self):
     self.main_window.hide()
     self.playlist.quit()
     util.write_config(self.config)
     self.app.exit()
示例#3
0
 def quit_panucci(self):
     self.main_window.hide()
     self.playlist.quit()
     util.write_config(self.config)
     self.app.exit()
示例#4
0
 def destroy(self, widget):
     self.main_window.hide()
     self.playlist.quit()
     util.write_config(self.config)
     gtk.main_quit()
示例#5
0
 def about_to_quit_callback(self):
     self.playlist.quit()
     util.write_config(self.config)