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

svn: r17535
This commit is contained in:
Michiel Nauta 2011-05-19 19:30:33 +00:00
parent be4c882220
commit cd0f3a4a36

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: