clear quitMainLoop when we fall through the main loop

This commit is contained in:
Guido van Rossum 1995-09-30 17:00:24 +00:00
parent 8988fb239b
commit 64b24fb062

View File

@ -1034,6 +1034,7 @@ Tkapp_MainLoop (self, args)
} }
Tk_DoOneEvent (0); Tk_DoOneEvent (0);
} }
quitMainLoop = 0;
if (errorInCmd) if (errorInCmd)
{ {