[tor-commits] r24546: {arm} Rearanging config options to fill temporary gap in the help (arm/trunk/src/interface)

Damian Johnson atagar1 at gmail.com
Sun Apr 3 06:15:39 UTC 2011


Author: atagar
Date: 2011-04-03 06:15:38 +0000 (Sun, 03 Apr 2011)
New Revision: 24546

Modified:
   arm/trunk/src/interface/controller.py
Log:
Rearanging config options to fill temporary gap in the help dialog (the descriptor popup won't be available until 1.4.3).



Modified: arm/trunk/src/interface/controller.py
===================================================================
--- arm/trunk/src/interface/controller.py	2011-04-03 06:12:59 UTC (rev 24545)
+++ arm/trunk/src/interface/controller.py	2011-04-03 06:15:38 UTC (rev 24546)
@@ -1016,7 +1016,7 @@
           
           resolverUtil = connections.getResolver("tor").overwriteResolver
           if resolverUtil == None: resolverUtil = "auto"
-          popup.addfstr(5, 2, "<b>u</b>: resolving utility (<b>%s</b>)" % resolverUtil)
+          popup.addfstr(3, 41, "<b>u</b>: resolving utility (<b>%s</b>)" % resolverUtil)
           
           pageOverrideKeys = (ord('l'), ord('s'), ord('u'))
         elif page == 3:



More information about the tor-commits mailing list