2008-03-04 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/Bookmarks.py: 0001770: Bookmark Editor window and deleting entries Set focus on bookmark right above the deleted bookmark * src/gramps.py: comment typo * src/ListModel.py: fix, changed func((param)) to func(param) svn: r10186
This commit is contained in:
@@ -308,7 +308,7 @@ class ListModel:
|
||||
"""
|
||||
Selects the item based on path
|
||||
"""
|
||||
self.selection.select_path((row))
|
||||
self.selection.select_path(row)
|
||||
|
||||
def select_iter(self, node):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user