tweak TipOfDay to use ManagedWindow "show" instead

This commit is contained in:
Paul Franklin 2017-01-16 09:24:10 -08:00
parent ec9d6e8fa7
commit fb8d529e5b

View File

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