4920: Click on family in Session Log gramplet doesn't select that family
svn: r17536
This commit is contained in:
parent
e742d509f7
commit
516158c296
@ -661,6 +661,9 @@ class GuiGramplet(object):
|
|||||||
return True # handled event
|
return True # handled event
|
||||||
except Errors.WindowActiveError:
|
except Errors.WindowActiveError:
|
||||||
pass
|
pass
|
||||||
|
elif event.type == gtk.gdk.BUTTON_PRESS: # single
|
||||||
|
self.uistate.set_active(handle, 'Family')
|
||||||
|
return True # handle event
|
||||||
elif event.button == 3: # right mouse
|
elif event.button == 3: # right mouse
|
||||||
#FIXME: add a popup menu with options
|
#FIXME: add a popup menu with options
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user