* src/GrampsCfg.py (build): Typo.

svn: r3609
This commit is contained in:
Alex Roitman 2004-10-08 14:58:41 +00:00
parent 1122c2a147
commit acc5370e28
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2004-10-08 Alex Roitman <shura@alex.neuro.umn.edu>
* src/GrampsCfg.py (build): Typo.
2004-10-07 Don Allingham <dallingham@users.sourceforge.net>
* src/AddMedia.py: pychecker fixes
* src/DbPrompter.py: pychecker fixes

View File

@ -346,7 +346,7 @@ class GrampsPreferences:
mr.set_active(1)
else:
mc.set_active(1)
mr.connect('toggled',lambda obj: save_media_reference(obj.get_active()))
mr.connect('toggled',lambda obj: GrampsGconfKeys.save_media_reference(obj.get_active()))
dg = self.top.get_widget("globalprop")
dg.set_active(GrampsGconfKeys.get_media_global())