New Given Name Cloud Gramplet by Pander Musubi, and new links to run Same Given Quick View

svn: r11577
This commit is contained in:
Doug Blank
2009-01-06 05:01:17 +00:00
parent 695c30baab
commit 3c9ffd061e
4 changed files with 115 additions and 0 deletions

View File

@ -451,6 +451,14 @@ class Gramplet(object):
'samesurnames',
handle)
return True
elif link_type == 'Given':
if event.button == 1: # left mouse
if event.type == gtk.gdk._2BUTTON_PRESS: # double
run_quick_report_by_name(self.gui.dbstate,
self.gui.uistate,
'samegivens_misc',
handle)
return True
elif link_type == 'Filter':
if event.button == 1: # left mouse
if event.type == gtk.gdk._2BUTTON_PRESS: # double