* 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:
@ -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
|
||||
|
Reference in New Issue
Block a user