Indicate mouse clicks properly handled by returning True
svn: r10229
This commit is contained in:
@ -437,6 +437,7 @@ class Gramplet(object):
|
||||
self.gui.uistate,
|
||||
'filterbyname',
|
||||
handle)
|
||||
return True
|
||||
elif link_type == 'PersonList':
|
||||
if event.button == 1: # left mouse
|
||||
if event.type == gtk.gdk._2BUTTON_PRESS: # double
|
||||
|
Reference in New Issue
Block a user