max width = 80

This commit is contained in:
Yann Leboulanger 2005-10-06 21:00:20 +00:00
parent b91e380fcc
commit 856632ff59
1 changed files with 2 additions and 1 deletions

View File

@ -1522,7 +1522,8 @@ _('If "%s" accepts this request you will know his status.') %jid)
# if user doesn't want to be bugged do it as we do the 'chat'
contact = gajim.contacts[account][jid][0]
dialogs.SingleMessageWindow(self.plugin, account, contact.jid,
action = 'receive', from_whom = jid, subject = subject, message = msg)
action = 'receive', from_whom = jid, subject = subject,
message = msg)
return
# Do we have a queue?