* 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:
Alex Roitman
2004-07-20 02:27:55 +00:00
parent 31044b29c8
commit 0dacb06822
7 changed files with 609 additions and 500 deletions

View File

@@ -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: