Added method for gramps to handle url requests
svn: r15808
This commit is contained in:
@@ -717,7 +717,8 @@ class StyledTextEditor(gtk.TextView):
|
||||
else:
|
||||
return
|
||||
# If ok, then let's open
|
||||
display_url(url)
|
||||
obj = find_parent_with_attr(self, attr="dbstate")
|
||||
display_url(url, obj.uistate)
|
||||
|
||||
def _copy_url_cb(self, menuitem, url, flavor):
|
||||
"""Copy url to both useful selections."""
|
||||
|
Reference in New Issue
Block a user