commit 67ac951f4b75983d1329edab7ab781f0caafd28c Author: David Fifield david@bamsoftware.com Date: Sun Jun 12 01:24:53 2011 -0700
Show the debug window output always in client mode. --- swfcat.as | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/swfcat.as b/swfcat.as index 27752e9..9739419 100644 --- a/swfcat.as +++ b/swfcat.as @@ -96,7 +96,7 @@ package
puts("Parameters loaded.");
- if (this.loaderInfo.parameters["debug"]) + if (this.loaderInfo.parameters["debug"] || this.loaderInfo.parameters["client"]) addChild(output_text); else addChild(badge);
tor-commits@lists.torproject.org