* src/GrampsCfg.py (build): Typo.
svn: r3609
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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()) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user