Summary: | Source album {MY ALBUM NAME} not found in database | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Valery Novikov <accessor> |
Component: | Database-Albums | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.10.0 | |
Sentry Crash Report: |
Description
Valery Novikov
2009-01-18 09:27:35 UTC
Can you try with current code from svn (rc1) where some fixes in this way have been done. Gilles Caulier (In reply to comment #1) > Can you try with current code from svn (rc1) where some fixes in this way have > been done. > > Gilles Caulier > Thank you for quick reply! Sorry, but currently i can't try fix from svn. I'll waiting for rc1 release (it should happens today as i know). SVN commit 912984 by mwiesweg: The method handling AlbumChangeset::Renamed was not aware that Renamed can also mean that the album has been moved to a different parent. In this case, remove the old album and call scanPAlbums. BUG: 181146 M +19 -4 albummanager.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=912984 |