trivial reorder

This commit is contained in:
David Rose 2003-03-17 22:13:38 +00:00
parent 1843165139
commit 979118576f
1 changed files with 1 additions and 1 deletions

View File

@ -1162,8 +1162,8 @@ class ShowBase(DirectObject.DirectObject):
return Task.cont
def __windowEvent(self, win):
properties = win.getProperties()
if win == self.win:
properties = win.getProperties()
self.notify.info("Got window event: %s" % (repr(properties)))
if not properties.getOpen():
# If the user closes the main window, we should exit.