2006-06-17 Don Allingham <don@gramps-project.org>

* src/Selectors/_BaseSelector.py (BaseSelector.run): handle
	delete event
	* src/DataViews/_RelationView.py: remove debug statement
	* src/DataViews/__init__.py: remove map view for time being



svn: r6909
This commit is contained in:
Don Allingham
2006-06-18 03:05:33 +00:00
parent 6d26de2122
commit 51ae992dab
4 changed files with 22 additions and 6 deletions

View File

@@ -275,7 +275,6 @@ class RelationshipView(PageView.PersonNavView):
return (_(u"Unknown"), "")
def redraw(self, *obj):
print self.dbstate.active
if self.dbstate.active:
self.handle_history(self.dbstate.active.handle)
self.change_person(self.dbstate.active.handle)