comparison src/browser/sat_browser/contact_list.py @ 766:dd70db1c48dc

browser_side (contact_list): fixes click on the "Contacts" button above the roster
author souliane <souliane@mailoo.org>
date Wed, 25 Nov 2015 16:48:28 +0100
parents d3fa1e8904cf
children fc941d0d97f8
comparison
equal deleted inserted replaced
765:a55df9c37d0e 766:dd70db1c48dc
110 libervia_widget.DragLabel.__init__(self, text, "CONTACT_TITLE", host) 110 libervia_widget.DragLabel.__init__(self, text, "CONTACT_TITLE", host)
111 ClickHandler.__init__(self) 111 ClickHandler.__init__(self)
112 self.addClickListener(self) 112 self.addClickListener(self)
113 113
114 def onClick(self, sender): 114 def onClick(self, sender):
115 self.host.displayWidget(blog.MicroblogPanel, ()) 115 self.host.displayWidget(blog.Blog, ())
116 116
117 117
118 class ContactList(SimplePanel, QuickContactList): 118 class ContactList(SimplePanel, QuickContactList):
119 """Manage the contacts and groups""" 119 """Manage the contacts and groups"""
120 120