add missing '/' before resource in single message

This commit is contained in:
Yann Leboulanger 2005-12-08 14:00:51 +00:00
parent ffacc0ee65
commit 2e10716559
1 changed files with 1 additions and 1 deletions

View File

@ -1015,7 +1015,7 @@ class SingleMessageWindow:
self.from_whom = from_whom
fjid = from_whom # Full jid of sender (with resource)
if resource:
fjid += resource
fjid += '/' + resource
self.from_entry.set_text(fjid)
self.from_entry.set_property('editable', False)
self.subject_entry.set_property('editable', False)