Add tooltips to bottombar gramplets

svn: r16370
This commit is contained in:
Nick Hall
2011-01-12 18:09:35 +00:00
parent ac8d889314
commit 5508719070
4 changed files with 9 additions and 0 deletions

View File

@ -42,6 +42,7 @@ class PersonDetails(Gramplet):
"""
Build the GUI interface.
"""
self.gui.tooltip = ''
self.load_obj = None
self.load_rect = None
top = gtk.HBox()