tweak TipOfDay to use ManagedWindow "show" instead
This commit is contained in:
@ -96,7 +96,7 @@ class TipOfDay(ManagedWindow):
|
|||||||
self.index = 0
|
self.index = 0
|
||||||
self.next_tip_cb()
|
self.next_tip_cb()
|
||||||
|
|
||||||
window.show_all()
|
self.show()
|
||||||
|
|
||||||
def escape(self,text):
|
def escape(self,text):
|
||||||
text = text.replace('&','&'); # Must be first
|
text = text.replace('&','&'); # Must be first
|
||||||
|
Reference in New Issue
Block a user