* src/GrampsCfg.py: More re-work of gconf usage.
* src/StartupDialog.py: Access keys through GrampsCfg methods. * src/TipOfDay.py: Access keys through GrampsCfg methods. * src/gramps_main.py: More re-work of gconf usage. * src/data/gramps.schemas: More re-work of gconf usage. * src/gramps.glade: Hotkey corrections. svn: r3278
This commit is contained in:
@@ -46,7 +46,7 @@ class TipOfDay:
|
||||
else:
|
||||
index += 1
|
||||
|
||||
GrampsCfg.client.set_bool("/apps/gramps/use-tips",use.get_active())
|
||||
GrampsCfg.save_usetips(use.get_active())
|
||||
top.destroy()
|
||||
|
||||
class TipParser:
|
||||
|
Reference in New Issue
Block a user