Fix bug in bookmark organiser introduced with commit 14023
svn: r14038
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user