missing init

This commit is contained in:
Nikos Kouremenos 2005-12-01 18:10:22 +00:00
parent bd9eeae613
commit 5ab797ae7e
1 changed files with 1 additions and 0 deletions

View File

@ -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: