[Digikam-devel] [Bug 147248] Image info doesn't follow image in the editor
Marcel Wiesweg
marcel.wiesweg at gmx.de
Tue Jun 26 17:35:44 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=147248
marcel.wiesweg gmx de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcel.wiesweg gmx de 2007-06-26 18:35 -------
SVN commit 680586 by mwiesweg:
Applying the patch from Pawel Marciniak to fix copy-and-paste bug.
Thank you very much for your patch.
BUG: 147248
M +1 -1 imagewindow.cpp
--- branches/extragear/kde3/graphics/digikam/utilities/imageeditor/editor/imagewindow.cpp #680585:680586
@ -533,7 +533,7 @
return;
d->urlCurrent = d->urlList.last();
- d->imageInfoCurrent = d->imageInfoList.first();
+ d->imageInfoCurrent = d->imageInfoList.last();
slotLoadCurrent();
}
More information about the Digikam-devel
mailing list