2007-09-28 Gary Burton <gary.burton@zen.co.uk>
* src/DataViews/_RelationView.py: * src/Editors/_EditFamily.py: * src/GrampsWidgets.py: Allow enter to open iconbuttons that are not delete, issue #1159 svn: r9058
This commit is contained in:
@@ -176,6 +176,7 @@ class IconButton(gtk.Button):
|
||||
|
||||
if func:
|
||||
self.connect('button-press-event', func, handle)
|
||||
self.connect('key-press-event', func, handle)
|
||||
|
||||
class WarnButton(gtk.Button):
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user