Author: andar
Revision: 5483
Log:
Make the test port button insensitive when not connected to a daemon
Diff:
Modified: trunk/deluge/ui/gtkui/preferences.py
===================================================================
--- trunk/deluge/ui/gtkui/preferences.py 2009-07-13 18:27:08 UTC (rev
5482)
+++ trunk/deluge/ui/gtkui/preferences.py 2009-07-13 19:45:30 UTC (rev
5483)
@@ -419,7 +419,8 @@
"spin_seed_time_limit",
"spin_cache_size",
"spin_cache_expiry",
- "button_cache_refresh"
+ "button_cache_refresh",
+ "btn_testport"
]
for t in ("peer", "web_seed", "tracker", "dht"):
core_widget_list.append("spin_proxy_port_%s" % t)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---