Author: atagar Date: 2011-04-02 21:54:34 +0000 (Sat, 02 Apr 2011) New Revision: 24535
Modified: arm/trunk/src/interface/controller.py Log: Dropping the HOSTNAME listing type as an option until that content is availble.
Modified: arm/trunk/src/interface/controller.py =================================================================== --- arm/trunk/src/interface/controller.py 2011-04-02 21:51:23 UTC (rev 24534) +++ arm/trunk/src/interface/controller.py 2011-04-02 21:54:34 UTC (rev 24535) @@ -1610,6 +1610,10 @@ elif page == 2 and (key == ord('l') or key == ord('L')): # provides a menu to pick the primary information we list connections by options = interface.connections.entries.ListingType.values() + + # dropping the HOSTNAME listing type until we support displaying that content + options.remove(interface.connections.entries.ListingType.HOSTNAME) + initialSelection = options.index(panels["conn2"]._listingType)
# hides top label of connection panel and pauses the display
tor-commits@lists.torproject.org