geography: bug 8450: Attempting to add a bookmark causes an error.

This commit is contained in:
SNoiraud 2015-03-17 21:08:08 +01:00 committed by Ross Gammon
parent 7ef7e3bbf5
commit d36a72ee18

View File

@ -181,11 +181,10 @@ class GeoGraphyView(OsmGps, NavigationView):
self.geo_othermap[ident] = cairo.ImageSurface.create_from_png(fh)
#self.geo_othermap[ident] = cairo.ImageSurface.create_from_png(path)
def add_bookmark(self, menu, handle):
if handle:
self.uistate.set_active(handle, self.navigation_type())
self.bookmarks.add(handle)
self.bookmarks.redraw()
def add_bookmark(self, menu):
mlist = self.selected_handles()
if mlist:
self.bookmarks.add(mlist[0])
else:
from gramps.gui.dialog import WarningDialog
WarningDialog(