2006-07-11 Don Allingham <don@gramps-project.org>

* src/DataViews/_FamilyList.py: clean up
	* src/DataViews/_PedigreeView.py: clean up
	* src/DataViews/_MapView.py: clean up
	* src/ViewManager.py: better menu name



svn: r7017
This commit is contained in:
Don Allingham
2006-07-11 20:56:59 +00:00
parent 8921d21b86
commit a1b1138569
5 changed files with 9 additions and 4 deletions

View File

@ -37,7 +37,7 @@ import math
#
#-------------------------------------------------------------------------
import gtk
import gtk.gdk
try:
import cairo
cairo_available = True