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