2007-01-16 Don Allingham <don@gramps-project.org>

* src/DataViews/_PersonView.py (PersonView): disable cursor
	callbacks



svn: r7916
This commit is contained in:
Don Allingham 2007-01-16 13:20:47 +00:00
parent ae37571588
commit 84be687aab
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-01-16 Don Allingham <don@gramps-project.org>
* src/DataViews/_PersonView.py (PersonView): disable cursor
callbacks
2007-01-16 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/Editors/*: Switch notebook tabs during DnD

View File

@ -280,8 +280,8 @@ class PersonView(PageView.PersonNavView):
self.tree.set_headers_visible(True)
self.tree.set_fixed_height_mode(True)
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('row-expanded', self.expanded)
# self.tree.connect('test-expand-row', self.start_expand)
scrollwindow = gtk.ScrolledWindow()
scrollwindow.set_policy(gtk.POLICY_AUTOMATIC, gtk.POLICY_AUTOMATIC)