* src/MapView.py: Dont fail if xearth is not installed

svn: r5066
This commit is contained in:
Martin Hawlisch
2005-08-12 18:13:33 +00:00
parent 3aae6812a7
commit 5f3fb997c1
2 changed files with 10 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
2005-08-12 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/MapView.py: Dont fail if xearth is not installed
2005-08-12 Don Allingham <don@gramps-project.org>
* src/Navigation.py: Don't disable the interface all the time.
@@ -6,8 +9,8 @@
* src/gramps_main.py: Run ArgHandler with new arguments.
2005-08-12 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/MapView.py: Corrected coordinate handling; Show all location in map;
fetch locations from xearth config file
* src/MapView.py: Corrected coordinate handling; Show all locations
in map; fetch locations from xearth config file
2005-08-12 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/EditRepository.py: changes to work with ViewManager changes