diff frontends/src/primitivus/chat.py @ 1762:2e2fb462729a

quick_frontend, primitivus (chat): printing the history is left to quick_frontend
author souliane <souliane@mailoo.org>
date Tue, 22 Dec 2015 11:39:45 +0100
parents 77870d2e2902
children d17772b0fe22
line wrap: on
line diff
--- a/frontends/src/primitivus/chat.py	Fri Dec 18 19:36:00 2015 +0100
+++ b/frontends/src/primitivus/chat.py	Tue Dec 22 11:39:45 2015 +0100
@@ -93,9 +93,7 @@
         PrimitivusWidget.__init__(self, self.pile, self.target)
 
         # we must adapt the behaviour with the type
-        if type_ == C.CHAT_ONE2ONE:
-            self.historyPrint(profile=self.profile)
-        elif type_ == C.CHAT_GROUP:
+        if type_ == C.CHAT_GROUP:
             if len(self.chat_colums.contents) == 1:
                 self.occupants_list = sat_widgets.GenericList([], option_type=sat_widgets.ClickableText, on_click=self._occupantsClicked)
                 self.occupants_panel = sat_widgets.VerticalSeparator(self.occupants_list)