Updates to people list occur only on active display

svn: r1353
This commit is contained in:
Don Allingham
2003-03-17 02:28:43 +00:00
parent 360241a3f7
commit 1a9b2e7167
5 changed files with 43 additions and 42 deletions

View File

@ -79,7 +79,7 @@ class Marriage:
self.top = gtk.glade.XML(const.marriageFile,"marriageEditor")
top_window = self.get_widget("marriageEditor")
Utils.set_titles(top_window, self.top.get_window('title'),
Utils.set_titles(top_window, self.top.get_widget('title'),
_('Marriage/Relationship Editor'))
self.icon_list = self.get_widget('iconlist')