performance enhancements

svn: r6179
This commit is contained in:
Don Allingham
2006-03-19 23:34:23 +00:00
parent 56e93152d4
commit 0742d69347
6 changed files with 129 additions and 27 deletions

View File

@@ -169,7 +169,6 @@ class PersonView(PageView.PersonNavView):
self.tree.connect('button-press-event', self.button_press)
self.tree.connect('drag_data_get', self.drag_data_get)
self.selection = self.tree.get_selection()
self.selection.set_mode(gtk.SELECTION_MULTIPLE)
self.selection.connect('changed',self.row_changed)