示例#1
0
 def run(self):
     monthDb.load()
     self.updateWidget()
     self.treev.grab_focus()
     gtk.Dialog.run(self)
示例#2
0
 def run(self):
     monthDb.load()
     self.updateWidget()
     self.treev.grab_focus()
     gtk.Dialog.run(self)
示例#3
0
 def resetToDefaults(self, widget):
     if isfile(monthDb.userDbPath):
         os.remove(monthDb.userDbPath)
     monthDb.load()
     self.updateWidget()
     return True
示例#4
0
 def resetToDefaults(self, widget):
     if isfile(monthDb.userDbPath):
         os.remove(monthDb.userDbPath)
     monthDb.load()
     self.updateWidget()
     return True