* src/gramps_main.py: pass DisplayState to TipOfDay

* src/TipOfDay.py: Use DisplayState
* src/const.py.in: add GRAMPS websites
* src/ViewManager.py: Add TipOfDay; Make GRAMPS websites work again


svn: r5124
This commit is contained in:
Martin Hawlisch
2005-08-25 15:08:07 +00:00
parent f63b72f734
commit ff7af5b673
5 changed files with 29 additions and 6 deletions

View File

@ -190,7 +190,7 @@ class Gramps:
# self.date_format_key_update)
if GrampsKeys.get_usetips():
TipOfDay.TipOfDay(self)
TipOfDay.TipOfDay(vm.uistate)
## # FIXME: THESE will have to be added (ViewManager?)
## # once bookmarks work again