diff --git a/src/gui/grampsbar.py b/src/gui/grampsbar.py index 7d2960999..1524384fc 100644 --- a/src/gui/grampsbar.py +++ b/src/gui/grampsbar.py @@ -497,6 +497,9 @@ class TabGramplet(gtk.ScrolledWindow, GuiGramplet): self.show_all() self.track = [] + def get_title(self): + return self.title + def get_container_widget(self): """ Return the top level container widget.