Fix bug in bookmark organiser introduced with commit 14023

svn: r14038
This commit is contained in:
Nick Hall
2010-01-12 00:30:23 +00:00
parent a4dcfa3fc3
commit 23c7f9e3f8
3 changed files with 3 additions and 3 deletions

View File

@ -1190,4 +1190,4 @@ def navigation_label(db, nav_type, handle):
if label:
label = '[%s] %s' % (obj.get_gramps_id(), label)
return label
return (label, obj)