diff --git a/gramps/gui/tipofday.py b/gramps/gui/tipofday.py index 26b75db83..4d0686bd5 100644 --- a/gramps/gui/tipofday.py +++ b/gramps/gui/tipofday.py @@ -96,7 +96,7 @@ class TipOfDay(ManagedWindow): self.index = 0 self.next_tip_cb() - window.show_all() + self.show() def escape(self,text): text = text.replace('&','&'); # Must be first