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

@@ -147,7 +147,7 @@ def setup_logging():
l.addHandler(gtkh)
l.addHandler(stderrh)
# put a hook on to catch any completly unhandled exceptions.
# put a hook on to catch any completely unhandled exceptions.
def exc_hook(type, value, tb):
if type == KeyboardInterrupt:
# Ctrl-C is not a bug.