[tor-commits] [arm/release] Use the RouterList dialog for CommaList as well.
atagar at torproject.org
atagar at torproject.org
Sun Sep 25 21:38:24 UTC 2011
commit 5fff0b17e91282036fc0ffb86e6a1818237b9fa7
Author: Kamran Riaz Khan <krkhan at inspirated.com>
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)
More information about the tor-commits
mailing list