diff src/browser/sat_browser/richtext.py @ 736:fe3c2357a8c9

fixes/improve ListManager and contact group manager + better PEP-8 compliance
author souliane <souliane@mailoo.org>
date Thu, 19 Nov 2015 11:41:03 +0100
parents 3b91225b457a
children 398b54bd97f0
line wrap: on
line diff
--- a/src/browser/sat_browser/richtext.py	Thu Nov 19 11:19:05 2015 +0100
+++ b/src/browser/sat_browser/richtext.py	Thu Nov 19 11:41:03 2015 +0100
@@ -415,7 +415,6 @@
         if not hasattr(self, 'recipient'):
             # recipient types sub-panels are automatically added by the manager
             self.recipient = RecipientManager(self, self.recipient_offset)
-            self.recipient.createWidgets(title_format="%s: ")
             self.recipient_spacer = HTML('')
             self.recipient_spacer.setStyleName('recipientSpacer')
             self.getFlexCellFormatter().setColSpan(self.recipient_spacer_offset, 0, 2)