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:
Raphael Ackermann
2008-03-04 22:28:59 +00:00
parent cc30ac8045
commit 04d63561e1
4 changed files with 33 additions and 25 deletions

View File

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