[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [arm/master] Use the RouterList dialog for CommaList as well.
commit 5fff0b17e91282036fc0ffb86e6a1818237b9fa7
Author: Kamran Riaz Khan <krkhan@xxxxxxxxxxxxxx>
Date: Mon Aug 1 05:12:29 2011 +0500
Use the RouterList dialog for CommaList as well.
---
src/gui/configPanel.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/gui/configPanel.py b/src/gui/configPanel.py
index e66f670..e7cc692 100644
--- a/src/gui/configPanel.py
+++ b/src/gui/configPanel.py
@@ -139,7 +139,7 @@ class ConfigPanel(object, CliConfigPanel):
newValue = input_conf_value_string(configOption, oldValue)
elif configType == 'LineList':
newValue = input_conf_value_list(configOption, oldValue, csv=False)
- elif configType == 'RouterList':
+ elif configType == 'RouterList' or configType == 'CommaList':
newValue = input_conf_value_list(configOption, oldValue, csv=True)
elif configType == 'Boolean':
newValue = input_conf_value_bool(configOption, oldValue)
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits