missing init
This commit is contained in:
parent
bd9eeae613
commit
5ab797ae7e
|
@ -309,6 +309,7 @@ class GCTooltip(BaseTooltip, StatusTable):
|
||||||
self.text_lable.set_selectable(False)
|
self.text_lable.set_selectable(False)
|
||||||
|
|
||||||
BaseTooltip.__init__(self)
|
BaseTooltip.__init__(self)
|
||||||
|
StatusTable.__init__(self)
|
||||||
|
|
||||||
def populate(self, contact):
|
def populate(self, contact):
|
||||||
if not contact:
|
if not contact:
|
||||||
|
|
Loading…
Reference in New Issue