Geography : bug 8612 and 8616 : gtk 3.16 introspection problem and change for new place structure.

This commit is contained in:
SNoiraud
2015-06-06 19:04:17 +02:00
parent 2a7bf82cf5
commit abf785be5e
9 changed files with 10 additions and 25 deletions

View File

@ -369,9 +369,7 @@ class GeoEvents(GeoGraphyView):
bookm.show()
bookm.connect("activate", self.add_bookmark_from_popup, hdle)
itemoption.append(bookm)
menu.popup(None, None,
lambda menu, data: (event.get_root_coords()[0],
event.get_root_coords()[1], True),
menu.popup(None, None, None,
None, event.button, event.time)
return 1