comparison libervia.py @ 343:b66028d21a1c

browser_side: message box was not displayed on muc opening (when unibox is disabled)
author souliane <souliane@mailoo.org>
date Sat, 18 Jan 2014 11:24:52 +0100
parents ce5b33f499c5
children f488692c4903
comparison
equal deleted inserted replaced
342:44491e963eee 343:b66028d21a1c
680 self.addTab("Radio collective", chat_panel) 680 self.addTab("Radio collective", chat_panel)
681 else: 681 else:
682 self.addTab(_target.node, chat_panel) 682 self.addTab(_target.node, chat_panel)
683 chat_panel.setPresents(room_nicks) 683 chat_panel.setPresents(room_nicks)
684 chat_panel.historyPrint() 684 chat_panel.historyPrint()
685 chat_panel.refresh()
685 686
686 def _roomLeftCb(self, room_jid, room_nicks, user_nick): 687 def _roomLeftCb(self, room_jid, room_nicks, user_nick):
687 # FIXME: room_list contains JID instances so why MUST we do 688 # FIXME: room_list contains JID instances so why MUST we do
688 # 'remove(room_jid)' and not 'remove(JID(room_jid))' ????!! 689 # 'remove(room_jid)' and not 'remove(JID(room_jid))' ????!!
689 # This looks like a pyjamas bug --> check/report 690 # This looks like a pyjamas bug --> check/report