From 44fd672ef87cd930bb9dde568fa24ef076ed8685 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 17 Apr 2011 02:55:44 +0900 Subject: [PATCH] reenable closeAllWindows() --- aqt/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aqt/main.py b/aqt/main.py index 3ca1004ad..f8ed99cc1 100755 --- a/aqt/main.py +++ b/aqt/main.py @@ -218,8 +218,7 @@ title="%s">%s''' % ( self.resize(500, 400) def closeAllDeckWindows(self): - print "closealldeckwindows()" - #aqt.dialogs.closeAll() + aqt.dialogs.closeAll() # Components ##########################################################################