* src/DataViews/_PersonView.py: Expand all nodes on interactive search

svn: r7924
This commit is contained in:
Martin Hawlisch 2007-01-17 16:16:29 +00:00
parent b1390af780
commit 53ab0c08f0
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2007-01-17 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/DisplayModels/_PeopleModel.py: fix MarkerType.TODO_TYPE
* src/DataViews/_PersonView.py: Expand all nodes on interactive search
2007-01-16 Alex Roitman <shura@gramps-project.org>
* src/NameDisplay.py (set_name_format): Use hard-coded methods for

View File

@ -282,6 +282,7 @@ class PersonView(PageView.PersonNavView):
self.tree.connect('key-press-event', self.key_press)
# self.tree.connect('row-expanded', self.expanded)
# self.tree.connect('test-expand-row', self.start_expand)
self.tree.connect('start-interactive-search',self.open_all_nodes)
scrollwindow = gtk.ScrolledWindow()
scrollwindow.set_policy(gtk.POLICY_AUTOMATIC, gtk.POLICY_AUTOMATIC)