diff frontends/src/quick_frontend/quick_chat.py @ 1365:ba87b940f07a frontends_multi_profiles

core, quick_frontends: added an "extra" item in getMenus + use of new quick_menus module in QuickApp
author Goffi <goffi@goffi.org>
date Tue, 17 Mar 2015 19:33:05 +0100
parents d3e9848b9574
children 017270e6eea4
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_chat.py	Tue Mar 17 19:33:05 2015 +0100
+++ b/frontends/src/quick_frontend/quick_chat.py	Tue Mar 17 19:33:05 2015 +0100
@@ -38,7 +38,6 @@
         """
         @param type_: can be C.CHAT_ONE2ONE for single conversation or C.CHAT_GROUP for chat à la IRC
         """
-
         quick_widgets.QuickWidget.__init__(self, host, target, profiles=profiles)
         assert type_ in (C.CHAT_ONE2ONE, C.CHAT_GROUP)
         if type_ == C.CHAT_GROUP and target.resource: