fixx ticket #410

This commit is contained in:
Yann Leboulanger 2005-06-08 22:08:53 +00:00
parent ff11a7433c
commit a6e6f3b764
1 changed files with 2 additions and 0 deletions

View File

@ -1660,6 +1660,8 @@ class Service_registration_window:
for name in self.infos.keys(): for name in self.infos.keys():
if name in ['key', 'instructions', 'x', 'registered']: if name in ['key', 'instructions', 'x', 'registered']:
continue continue
if not name:
continue
nbrow = nbrow + 1 nbrow = nbrow + 1
table.resize(rows = nbrow, columns = 2) table.resize(rows = nbrow, columns = 2)