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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user