From 650cba6b169c2e4dbf59c06b5ef8211af049f904 Mon Sep 17 00:00:00 2001 From: Travis Shirk Date: Sat, 7 Jan 2006 20:26:08 +0000 Subject: [PATCH] Increment later --- src/common/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/connection.py b/src/common/connection.py index ec47355ef..3dd3e65f0 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -1265,10 +1265,10 @@ class Connection: dic[i]['options'][j]['values'] = [] for tag in tags: dic[i]['options'][j]['values'].append(tag.getData()) - j += 1 if not label: label = dic[i]['options'][j]['values'][0] dic[i]['options'][j]['label'] = label + j += 1 if not dic[i].has_key('values'): dic[i]['values'] = [dic[i]['options'][0]['values'][0]] i += 1