Bug 175970

Summary: digitaglinktree merges tags with same name in different subfolders
Product: [Applications] digikam Reporter: Peter Mühlenpfordt <devel>
Component: Maintenance-DatabaseAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 0.9.5
Attachments: Patch

Description Peter Mühlenpfordt 2008-11-24 11:35:24 UTC
Version:            (using KDE 3.5.10)
OS:                Linux
Installed from:    Ubuntu Packages

When creating a hierarchical tag-tree with digitaglinktree there is a bug in version 1.6.1 of the perl script.
If you have subtags with the same name in different tag-branches they are merged into only one folder.
Comment 1 Peter Mühlenpfordt 2008-11-24 11:40:41 UTC
Created attachment 28788 [details]
Patch
Comment 2 Peter Mühlenpfordt 2008-11-24 11:41:46 UTC
Comment on attachment 28788 [details]
Patch

This is a patch, fixing the problem by changing the hash-index from the tag-name to the tag-ID.
Comment 3 caulier.gilles 2008-11-24 14:41:12 UTC
SVN commit 888440 by cgilles:

digiKam from KDe3 : patch from Peter Muehlenpfordt to fix problem about merging of tags with same name in different subfolders. The problem is fixed by changing the hash-index from the
tag-name to the tag-ID.
BUG: 175970



 M  +19 -16    digitaglinktree  


WebSVN link: http://websvn.kde.org/?view=rev&revision=888440