* src/MapView.py: fix title
svn: r5711
This commit is contained in:
parent
8ccf0cedbd
commit
8aa784c76f
@ -1,4 +1,5 @@
|
||||
2006-01-10 Don Allingham <don@gramps-project.org>
|
||||
* src/MapView.py: fix title
|
||||
* src/FamilyView.py: add/edit/delete buttons for families added,
|
||||
add support for no families or parents
|
||||
* src/GrampsDb/_GrampsBSDDB.py: txn handling for get_handles
|
||||
|
@ -308,7 +308,7 @@ class MapPlacesList(gtk.TreeView):
|
||||
# Map View main class
|
||||
class MapView(PageView.PageView):
|
||||
def __init__(self,dbstate,uistate):
|
||||
PageView.PageView.__init__(self,'Pedigree View',dbstate,uistate)
|
||||
PageView.PageView.__init__(self,'Map View',dbstate,uistate)
|
||||
dbstate.connect('database-changed',self.change_db)
|
||||
self.current_marker = None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user