* src/GrampsIniKeys.py: provide support for the default schema
* src/GrampsKeys.py: select appropriate backend * various: switch from GrampsGconfKeys to GrampsKeys for normal usage * src/GrampsIniKeys.py: Alternate backend using .ini files instead of gconf svn: r3873
This commit is contained in:
@@ -47,7 +47,7 @@ import RelLib
|
||||
import ImageSelect
|
||||
import DateHandler
|
||||
import Sources
|
||||
import GrampsGconfKeys
|
||||
import GrampsKeys
|
||||
import NameDisplay
|
||||
|
||||
from QuestionDialog import QuestionDialog, WarningDialog, SaveDialog
|
||||
@@ -556,7 +556,7 @@ class Marriage:
|
||||
self.close(0)
|
||||
|
||||
def on_cancel_edit(self,obj):
|
||||
if self.did_data_change() and not GrampsGconfKeys.get_dont_ask():
|
||||
if self.did_data_change() and not GrampsKeys.get_dont_ask():
|
||||
global quit
|
||||
self.quit = obj
|
||||
SaveDialog(_('Save Changes?'),
|
||||
|
Reference in New Issue
Block a user