Mercurial > libervia-backend
diff frontends/src/quick_frontend/quick_app.py @ 1382:b01efa1c0f5e
quick_frontend, primitivus: better PEP-8 compliance + remove/rename some (Quick)Chat attributes:
- remove QuickChat.id, use QuickChat.target instead
- rename Chat.present_panel to Chat.occupants_panel
- rename Chat.present_wid to Chat.occupants_list
author | souliane <souliane@mailoo.org> |
---|---|
date | Sun, 22 Mar 2015 14:20:19 +0100 |
parents | 8aa32bcc3a9c |
children | 1f3513cfb246 |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_app.py Fri Mar 20 20:49:58 2015 +0100 +++ b/frontends/src/quick_frontend/quick_app.py Sun Mar 22 14:20:19 2015 +0100 @@ -533,7 +533,6 @@ room_jid = jid.JID(room_jid_s) chat_widget = self.widgets.getOrCreateWidget(quick_chat.QuickChat, room_jid, type_=C.CHAT_GROUP, profile=profile) chat_widget.setUserNick(user_nick) - chat_widget.id = room_jid # FIXME: to be removed self.contact_lists[profile].setSpecial(room_jid, C.CONTACT_SPECIAL_GROUP) def roomLeftHandler(self, room_jid_s, profile):