[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] r24315: {arm} Defaulting to the new connection panel now that it has featu (in arm/trunk: . src/interface)
Author: atagar
Date: 2011-03-09 03:56:58 +0000 (Wed, 09 Mar 2011)
New Revision: 24315
Modified:
arm/trunk/armrc.sample
arm/trunk/src/interface/controller.py
Log:
Defaulting to the new connection panel now that it has feature parity with the previous version.
Modified: arm/trunk/armrc.sample
===================================================================
--- arm/trunk/armrc.sample 2011-03-09 03:53:11 UTC (rev 24314)
+++ arm/trunk/armrc.sample 2011-03-09 03:56:58 UTC (rev 24315)
@@ -174,8 +174,8 @@
# showColumn.*
# toggles the visability of the connection table columns
-features.connection.oldPanel true
-features.connection.newPanel false
+features.connection.oldPanel false
+features.connection.newPanel true
features.connection.listingType 0
features.connection.order 0, 2, 1
features.connection.refreshRate 10
Modified: arm/trunk/src/interface/controller.py
===================================================================
--- arm/trunk/src/interface/controller.py 2011-03-09 03:53:11 UTC (rev 24314)
+++ arm/trunk/src/interface/controller.py 2011-03-09 03:56:58 UTC (rev 24315)
@@ -52,8 +52,8 @@
CONFIG = {"log.torrc.readFailed": log.WARN,
"features.graph.type": 1,
"features.config.prepopulateEditValues": True,
- "features.connection.oldPanel": True,
- "features.connection.newPanel": False,
+ "features.connection.oldPanel": False,
+ "features.connection.newPanel": True,
"queries.refreshRate.rate": 5,
"log.torEventTypeUnrecognized": log.NOTICE,
"features.graph.bw.prepopulate": True,
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits