Config method changed

svn: r6429
This commit is contained in:
Don Allingham
2006-04-24 21:04:01 +00:00
parent 999711b902
commit 5afa945819
24 changed files with 557 additions and 1068 deletions

@@ -74,7 +74,7 @@ class SaveDialog:
elif response == gtk.RESPONSE_YES:
self.task2()
Config.save_dont_ask(self.dontask.get_active())
Config.set(Config.DONT_ASK,self.dontask.get_active())
self.top.destroy()
class QuestionDialog: