[tor-commits] [arm/master] Toggling the INCLUDE_GUI flag back to being off
atagar at torproject.org
atagar at torproject.org
Tue Jun 14 02:47:59 UTC 2011
commit a5af27f67a0c07b190997f36ed829b6a05b83a91
Author: Damian Johnson <atagar at torproject.org>
Date: Mon Jun 13 19:46:57 2011 -0700
Toggling the INCLUDE_GUI flag back to being off
It isn't ready yet for users so toggling the gui back to being disabled.
---
src/starter.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/starter.py b/src/starter.py
index 50feceb..d2ac910 100644
--- a/src/starter.py
+++ b/src/starter.py
@@ -30,7 +30,7 @@ import util.uiTools
import TorCtl.TorCtl
import TorCtl.TorUtil
-INCLUDE_GUI = True
+INCLUDE_GUI = False
LOG_DUMP_PATH = os.path.expanduser("~/.arm/log")
DEFAULT_CONFIG = os.path.expanduser("~/.arm/armrc")
CONFIG = {"startup.controlPassword": None,
More information about the tor-commits
mailing list