From 25b5b85aaafcad422314e1d350ff882b77a25ce6 Mon Sep 17 00:00:00 2001 From: Dimitur Kirov Date: Sun, 17 Sep 2006 16:18:15 +0000 Subject: [PATCH] fix parse error --- src/common/zeroconf/roster_zeroconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/zeroconf/roster_zeroconf.py b/src/common/zeroconf/roster_zeroconf.py index 99a3bc461..09d907ca0 100644 --- a/src/common/zeroconf/roster_zeroconf.py +++ b/src/common/zeroconf/roster_zeroconf.py @@ -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