コード例 #1
0
ファイル: hijri.py プロジェクト: amirkarimi/starcal
 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
ファイル: hijri.py プロジェクト: amirkarimi/starcal
 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