missing return

This commit is contained in:
Yann Leboulanger 2006-03-14 16:58:50 +00:00
parent e76ac7f406
commit dab9943bc2
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ class MessageControl:
fjid = self.contact.jid
if self.resource:
fjid += '/' + self.resource
return fjid
def set_control_active(self, state):
'''Called when the control becomes active (state is True)