2008-02-24 Gary Burton <gary.burton@zen.co.uk>
* src/Selectors/_SelectPerson.py: Let return key close search field. Bug #1728 2008-02-24 Gary Burton <gary.burton@zen.co.uk> svn: r10109
This commit is contained in:
parent
20426f36e3
commit
ece26c420f
@ -1,3 +1,7 @@
|
||||
2008-02-24 Gary Burton <gary.burton@zen.co.uk>
|
||||
* src/Selectors/_SelectPerson.py: Let return key close search field.
|
||||
Bug #1728
|
||||
|
||||
2008-02-24 Raphael Ackermann <raphael.ackermann@gmail.com>
|
||||
* Editors/_EditRepository.py
|
||||
* Editors/_EditFamily.py
|
||||
@ -19,7 +23,7 @@
|
||||
add Up and Down buttons to the tabs. Added individual tooltips for buttons
|
||||
0001807: Missing buttons MoveUp, MoveDown on a Events list in a person...
|
||||
|
||||
2008-02-22 Gary Burton <gary.burton@zen.co.uk>
|
||||
2008-02-24 Gary Burton <gary.burton@zen.co.uk>
|
||||
* src/Editors/_EditPerson.py: Fixed crash on clicking OK to save name
|
||||
change. Bug #1783
|
||||
|
||||
|
@ -184,10 +184,9 @@ class SelectPerson(ManagedWindow.ManagedWindow):
|
||||
else:
|
||||
self.plist.expand_row(paths[0], 0)
|
||||
return True
|
||||
else:
|
||||
self.window.response(gtk.RESPONSE_OK)
|
||||
return True
|
||||
return False
|
||||
|
||||
def _on_row_activated(self, treeview, path, view_col):
|
||||
store, paths = self.selection.get_selected_rows()
|
||||
if paths and len(paths[0]) == 2 :
|
||||
self.window.response(gtk.RESPONSE_OK)
|
||||
|
Loading…
Reference in New Issue
Block a user