[Digikam-devel] [Bug 136254] Editing tags does not change IPTC-keywords.
Marcel Wiesweg
marcel.wiesweg at gmx.de
Fri May 4 18:01:31 BST 2007
------- 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=136254
marcel.wiesweg gmx de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcel.wiesweg gmx de 2007-05-04 19:01 -------
SVN commit 661132 by mwiesweg:
Don't confine action to physical albums
BUG: 136254
M +1 -1 digikamview.cpp
--- trunk/extragear/graphics/digikam/digikam/digikamview.cpp #661131:661132
@ -858,7 +858,7 @
void DigikamView::slotAlbumSyncPicturesMetadata()
{
Album *album = d->albumManager->currentAlbum();
- if (!album || album->type() != Album::PHYSICAL)
+ if (!album)
return;
BatchSyncMetadata *syncMetadata = new BatchSyncMetadata(this, album);
More information about the Digikam-devel
mailing list