4920: Click on family in Session Log gramplet doesn't select that family

svn: r17536
This commit is contained in:
Michiel Nauta 2011-05-19 19:31:15 +00:00
parent e742d509f7
commit 516158c296

View File

@ -661,6 +661,9 @@ class GuiGramplet(object):
return True # handled event
except Errors.WindowActiveError:
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
#FIXME: add a popup menu with options
try: