[Digikam-devel] [Bug 187902] Status bar gives wrong picture filename and position in list after "Save As"
Andi Clemens
andi.clemens at gmx.net
Tue May 26 09:53:23 BST 2009
https://bugs.kde.org/show_bug.cgi?id=187902
Andi Clemens <andi.clemens at gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #7 from Andi Clemens <andi clemens gmx net> 2009-05-26 10:53:22 ---
SVN commit 972993 by aclemens:
We had a race condition here.
Thumbbar::insertItem will call slotUpdateItemInfo() before
saveAsIsComplete() is finished. Therefore the currentItem will be set to
the original image, not the new (saved as) one.
We need to call slotUpdateItemInfo() in saveAsIsComplete() manually to
make sure the statusbar is updated correctly.
BUG:187902
M +1 -0 showfoto.cpp
WebSVN link: http://websvn.kde.org/?view=rev&revision=972993
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list