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:
Benny Malengier
2007-10-01 20:50:36 +00:00
parent 7a7d31bbbc
commit 6e4e4887a1
4 changed files with 20 additions and 4 deletions

View File

@@ -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):