missing init
This commit is contained in:
parent
bd9eeae613
commit
5ab797ae7e
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ class GCTooltip(BaseTooltip, StatusTable):
|
|||
self.text_lable.set_selectable(False)
|
||||
|
||||
BaseTooltip.__init__(self)
|
||||
StatusTable.__init__(self)
|
||||
|
||||
def populate(self, contact):
|
||||
if not contact:
|
||||
|
|
Loading…
Add table
Reference in a new issue