From 4e4759112c627b4afd57b0bfa09d8e28a5b2dfc3 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 27 Mar 2011 12:42:00 +0000 Subject: [PATCH] TabGramplet needs get_title method svn: r16942 --- src/gui/grampsbar.py | 3 +++ 1 file changed, 3 insertions(+) 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.