Cleanup separation between gui and non-gui; moved toolip to set_tooltip

svn: r11582
This commit is contained in:
Doug Blank
2009-01-07 22:49:58 +00:00
parent 1746064f8a
commit 4704f01093
6 changed files with 172 additions and 168 deletions

View File

@ -323,7 +323,7 @@ class RecordsGramplet(Gramplet):
def init(self):
self.set_use_markup(True)
self.tooltip = _("Double-click name for details")
self.set_tooltip(_("Double-click name for details"))
self.set_text(_("No Family Tree loaded."))