]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
clear quitMainLoop when we fall through the main loop
authorGuido van Rossum <guido@python.org>
Sat, 30 Sep 1995 17:00:24 +0000 (17:00 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 30 Sep 1995 17:00:24 +0000 (17:00 +0000)
Modules/_tkinter.c

index 5825eff95d831290d37be4682a0dbcec9121d5d2..c1fa4a5b9e56243c4430e71bc29581060f8c15e2 100644 (file)
@@ -1034,6 +1034,7 @@ Tkapp_MainLoop (self, args)
        }
       Tk_DoOneEvent (0);
     }
+  quitMainLoop = 0;
 
   if (errorInCmd)
     {