Cleanup separation between gui and non-gui; moved toolip to set_tooltip
svn: r11582
This commit is contained in:
@ -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."))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user