Пример #1
0
 def run(self):
     monthDb.load()
     self.updateWidget()
     self.treev.grab_focus()
     gtk.Dialog.run(self)
Пример #2
0
 def resetToDefaults(self, widget):
     if isfile(monthDb.userDbPath):
         os.remove(monthDb.userDbPath)
     monthDb.load()
     self.updateWidget()
     return True