fix parse error

This commit is contained in:
Dimitur Kirov 2006-09-17 16:18:15 +00:00
parent 41c552ad42
commit 25b5b85aaa
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class Roster:
nm = txt_dict['1st']
if txt_dict.has_key('last'):
if nm != '':
nm = +' '
nm += ' '
nm += txt_dict['last']
if nm:
self._data[jid]['name'] = nm