[Digikam-devel] [Bug 137282] Comments are lost when copying or moving a picture to another album
Marcel Wiesweg
marcel.wiesweg at gmx.de
Wed Nov 15 18:05:52 GMT 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=137282
------- Additional Comments From marcel.wiesweg gmx de 2006-11-15 19:05 -------
SVN commit 605173 by mwiesweg:
Revert fix for bug #122653, as a temporary fix for bug #137282
CCBUG: 137282, 122653
M +7 -0 digikamalbums.cpp
--- trunk/extragear/graphics/digikam/kioslave/digikamalbums.cpp #605172:605173
@ -1151,11 +1151,18 @
atom.m_str = QFileInfo(path).fileName();
entry.append(atom);
+ /*
+ // If we provide the local path, a KIO::CopyJob will optimize away
+ // the use of our custom digikamalbums:/ ioslave, which breaks
+ // copying the database entry:
+ // Disabling this as a temporary solution for bug #137282
+ // This code is intended as a fix for bug #122653.
#if KDE_IS_VERSION(3,4,0)
atom.m_uds = KIO::UDS_LOCAL_PATH;
atom.m_str = path;
entry.append(atom);
#endif
+ */
return true;
}
More information about the Digikam-devel
mailing list