|
[Webware-checkins] r8234 - Webware/branches/Branch-1_0/WebKit
From: <updates@we...> - 2012-10-08 20:50
|
Author: chrisz Date: Mon Oct 8 14:50:26 2012 New Revision: 8234 Log: Backported r8233 from 1.1 branch. Modified: Webware/branches/Branch-1_0/WebKit/ThreadedAppServer.py Modified: Webware/branches/Branch-1_0/WebKit/ThreadedAppServer.py ============================================================================== --- Webware/branches/Branch-1_0/WebKit/ThreadedAppServer.py Mon Oct 8 14:36:06 2012 (r8233) +++ Webware/branches/Branch-1_0/WebKit/ThreadedAppServer.py Mon Oct 8 14:50:26 2012 (r8234) @@ -1316,6 +1316,7 @@ except SystemExit, e: exitStatus = e[0] # Run the server thread + server._running = 2 t = Thread(target=_windowsmainloop) t.start() try: |
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] r8234 - Webware/branches/Branch-1_0/WebKit | <updates@we...> |